mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-binwalk: Switch to a release.
When the package was last modified, the version wasn't released; an unreleased commit was used. This is no longer necessary. The tag only differs in the version number from the commit that was being used before. * gnu/packages/python-xyz.scm (python-binwalk): Use a released tag (v2.2.0). Co-authored-by: Vincent Legoll <vincent.legoll@gmail.com>
This commit is contained in:
parent
2f3515f736
commit
9b9ab657cc
1 changed files with 33 additions and 34 deletions
|
@ -11191,21 +11191,19 @@ binary or text.")
|
||||||
,@(package-propagated-inputs base))))))
|
,@(package-propagated-inputs base))))))
|
||||||
|
|
||||||
(define-public python-binwalk
|
(define-public python-binwalk
|
||||||
(let ((commit "64201acfb5b0a9cdd9faa58c40a36dcff8612e29")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "python-binwalk")
|
(name "python-binwalk")
|
||||||
(version (git-version "2.1.1" revision commit))
|
(version "2.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/ReFirmLabs/binwalk")
|
(url "https://github.com/ReFirmLabs/binwalk")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z7ca6rfp887hw5jc3sb45mm4fa0xid4lsp2z8g4r590dr7k7w15"))))
|
"1bxgj569fzwv6jhcbl864nmlsi9x1k1r20aywjxc8b9b1zgqrlvc"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -11223,8 +11221,9 @@ binary or text.")
|
||||||
("python-nose" ,python-nose)))
|
("python-nose" ,python-nose)))
|
||||||
(home-page "https://github.com/ReFirmLabs/binwalk")
|
(home-page "https://github.com/ReFirmLabs/binwalk")
|
||||||
(synopsis "Firmware analysis tool")
|
(synopsis "Firmware analysis tool")
|
||||||
(description "Binwalk is a tool for analyzing, reverse engineering, and extracting firmware images")
|
(description "Binwalk is a tool for analyzing, reverse engineering, and
|
||||||
(license license:expat))))
|
extracting firmware images")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-nltk
|
(define-public python-nltk
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue