unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#39830] [PATCH] gnu: python-binwalk: Update to 2.2.0
@ 2020-02-29  0:22 Vincent Legoll
  2020-03-01 13:12 ` bug#39830: " Jakub Kądziołka
  0 siblings, 1 reply; 3+ messages in thread
From: Vincent Legoll @ 2020-02-29  0:22 UTC (permalink / raw)
  To: 39830

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

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

[-- Attachment #2: 0001-gnu-python-xyz-Update-to-2.2.0.patch --]
[-- Type: text/x-patch, Size: 1395 bytes --]

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(-)

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-01 13:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-29  0:22 [bug#39830] [PATCH] gnu: python-binwalk: Update to 2.2.0 Vincent Legoll
2020-03-01 13:12 ` bug#39830: " Jakub Kądziołka
2020-03-01 13:35   ` [bug#39830] " Vincent Legoll

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).