mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: binwalk: Update to 2.3.3.
* gnu/packages/python-xyz.scm (binwalk): Update to 2.3.3. [source]: Add snippet.
This commit is contained in:
parent
2e7ac36734
commit
591966d2d6
1 changed files with 8 additions and 2 deletions
|
@ -18226,7 +18226,7 @@ (define-public python-binaryornot
|
|||
(define-public binwalk
|
||||
(package
|
||||
(name "binwalk")
|
||||
(version "2.3.2")
|
||||
(version "2.3.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -18235,7 +18235,13 @@ (define-public binwalk
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "01dalxw07c42ka4fqpixcacvy42h04ya909lzpmsblr9s2xdgwcm"))))
|
||||
(base32 "0phqyqv34vhh80dgipiggs4n3iq2vfjk9ywx2c5d8g61vzgbd2g8"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(begin
|
||||
(for-each delete-file
|
||||
(list "testing/tests/input-vectors/firmware.zip"
|
||||
"testing/tests/test_firmware_zip.py"))))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue