From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 61247@debbugs.gnu.org
Subject: [bug#61247] [PATCH] gnu: binwalk: Update to 2.3.4.
Date: Fri, 03 Feb 2023 14:13:27 +0800 [thread overview]
Message-ID: <87r0v7cm48.wl-hako@ultrarare.space> (raw)
* gnu/packages/python-xyz.scm (binwalk): Update to 2.3.4.
---
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 @@ (define-public python-binaryornot
(define-public binwalk
(package
(name "binwalk")
- (version "2.3.3")
+ (version "2.3.4")
(source
(origin
(method git-fetch)
@@ -18704,7 +18704,7 @@ (define-public binwalk
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0phqyqv34vhh80dgipiggs4n3iq2vfjk9ywx2c5d8g61vzgbd2g8"))
+ (base32 "0cfm1khckq986l0q68kmfyfagc6zmb94hgjjm847fjcil77dnlw6"))
(modules '((guix build utils)))
(snippet
#~(begin
base-commit: 92755c6352fd967bc74d8e5354aad057d779b717
--
2.39.1
next reply other threads:[~2023-02-03 6:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-03 6:13 Hilton Chain via Guix-patches via [this message]
2023-02-03 18:22 ` bug#61247: [PATCH] gnu: binwalk: Update to 2.3.4 Christopher Baines
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r0v7cm48.wl-hako@ultrarare.space \
--to=guix-patches@gnu.org \
--cc=61247@debbugs.gnu.org \
--cc=hako@ultrarare.space \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.