Vincent Legoll wrote 5 years ago
(address . guix-patches@gnu.org)
Tested by running it on a sample of /lib/firmware/* from another linux
distribution, it found a bunch of binary thingies in there...
--
Vincent Legoll
From c1351b12f915e0820357f0526fe55f950b6ed32e Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sat, 29 Feb 2020 01:11:48 +0100
Subject: [PATCH] gnu: python-xyz: Update to 2.2.0.
* gnu/packages/python-xyz.scm (python-binwalk): Update to 2.2.0.
---
gnu/packages/python-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Toggle diff (29 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4ea09b756e..6600d6336e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11191,11 +11191,11 @@ binary or text.")
,@(package-propagated-inputs base))))))
(define-public python-binwalk
- (let ((commit "64201acfb5b0a9cdd9faa58c40a36dcff8612e29")
+ (let ((commit "be738a52e09b0da2a6e21470e0dbcd5beb42ed1b")
(revision "0"))
(package
(name "python-binwalk")
- (version (git-version "2.1.1" revision commit))
+ (version (git-version "2.2.0" revision commit))
(source
(origin
(method git-fetch)
@@ -11205,7 +11205,7 @@ binary or text.")
(file-name (git-file-name name version))
(sha256
(base32
- "1z7ca6rfp887hw5jc3sb45mm4fa0xid4lsp2z8g4r590dr7k7w15"))))
+ "1bxgj569fzwv6jhcbl864nmlsi9x1k1r20aywjxc8b9b1zgqrlvc"))))
(build-system python-build-system)
(arguments
`(#:phases
--
2.25.1