me
/
guix
Archived
1
0
Fork 0

gnu: binwalk: Update to 2.3.3.

* gnu/packages/python-xyz.scm (binwalk): Update to 2.3.3.
[source]: Add snippet.
master
Tobias Geerinckx-Rice 2022-10-16 02:00:01 +02:00
parent 2e7ac36734
commit 591966d2d6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 8 additions and 2 deletions

View File

@ -18226,7 +18226,7 @@ without requiring an event loop, useful for creative responsive GUIs.")
(define-public binwalk
(package
(name "binwalk")
(version "2.3.2")
(version "2.3.3")
(source
(origin
(method git-fetch)
@ -18235,7 +18235,13 @@ without requiring an event loop, useful for creative responsive GUIs.")
(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