me
/
guix
Archived
1
0
Fork 0

gnu: binwalk: Update to 2.3.4.

* gnu/packages/python-xyz.scm (binwalk): Update to 2.3.4.

Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Hilton Chain 2023-02-03 14:13:27 +08:00 committed by Christopher Baines
parent fbd12ea1f9
commit cd3df45c37
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions
gnu/packages

View File

@ -18695,7 +18695,7 @@ without requiring an event loop, useful for creative responsive GUIs.")
(define-public binwalk
(package
(name "binwalk")
(version "2.3.3")
(version "2.3.4")
(source
(origin
(method git-fetch)
@ -18704,7 +18704,7 @@ without requiring an event loop, useful for creative responsive GUIs.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0phqyqv34vhh80dgipiggs4n3iq2vfjk9ywx2c5d8g61vzgbd2g8"))
(base32 "0cfm1khckq986l0q68kmfyfagc6zmb94hgjjm847fjcil77dnlw6"))
(modules '((guix build utils)))
(snippet
#~(begin