[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: binwalk: Update to 2.3.4.
From: |
guix-commits |
Subject: |
04/04: gnu: binwalk: Update to 2.3.4. |
Date: |
Fri, 3 Feb 2023 13:19:51 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit cd3df45c3789cb2c3a7c7565151196803193d183
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Fri Feb 3 14:13:27 2023 +0800
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>
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b14c4ff0f3..3fe2267a0d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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