unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vincent Legoll <vincent.legoll@gmail.com>
To: 39830@debbugs.gnu.org
Subject: [bug#39830] [PATCH] gnu: python-binwalk: Update to 2.2.0
Date: Sat, 29 Feb 2020 01:22:49 +0100	[thread overview]
Message-ID: <CAEwRq=q_XThtRZSEX9YVE+95Df-rGOuKazA-fOfycmsuOKOnPg@mail.gmail.com> (raw)

[-- 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


             reply	other threads:[~2020-02-29  0:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-29  0:22 Vincent Legoll [this message]
2020-03-01 13:12 ` bug#39830: [PATCH] gnu: python-binwalk: Update to 2.2.0 Jakub Kądziołka
2020-03-01 13:35   ` [bug#39830] " Vincent Legoll

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEwRq=q_XThtRZSEX9YVE+95Df-rGOuKazA-fOfycmsuOKOnPg@mail.gmail.com' \
    --to=vincent.legoll@gmail.com \
    --cc=39830@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).