mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -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
|
(define-public binwalk
|
||||||
(package
|
(package
|
||||||
(name "binwalk")
|
(name "binwalk")
|
||||||
(version "2.3.2")
|
(version "2.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -18235,7 +18235,13 @@ (define-public binwalk
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(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)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue