GNU bug report logs -
#61431
[PATCH] gnu: pwntools: Update to 4.9.0.
Previous Next
Reported by: c4droid <c4droid <at> foxmail.com>
Date: Sat, 11 Feb 2023 13:22:02 UTC
Severity: normal
Tags: moreinfo, patch
Done: Greg Hogan <code <at> greghogan.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 24 Apr 2025 13:36:16 -0400
with message-id <CA+3U0ZkzMG+obaqVZBP9qdnLG5WOUDJ5W_GewWNRUQ+UZCtszA <at> mail.gmail.com>
and subject line [PATCH] gnu: pwntools: Update to 4.9.0.
has caused the debbugs.gnu.org bug report #61431,
regarding [PATCH] gnu: pwntools: Update to 4.9.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
61431: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61431
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From 7774159762ddc93d93184a91e601d7abe82380a4 Mon Sep 17 00:00:00 2001
From: c4droid <c4droid <at> foxmail.com>
Date: Sat, 11 Feb 2023 20:46:56 +0800
Subject: [PATCH] gnu: pwntools: Update to 4.9.0.
---
gnu/packages/cybersecurity.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cybersecurity.scm b/gnu/packages/cybersecurity.scm
index 7bca251d06..7e322c2756 100644
--- a/gnu/packages/cybersecurity.scm
+++ b/gnu/packages/cybersecurity.scm
@@ -123,14 +123,14 @@ (define-public ropgadget
(define-public pwntools
(package
(name "pwntools")
- (version "4.4.0")
+ (version "4.9.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pwntools" version))
(sha256
(base32
- "1qw7j0wwm1878aia08gyw5xljjr26qsbp45w65n4qff672sha5n5"))))
+ "04p7qzx4axkh0wgm0185724midzb3lprp3crja1lhw4i5wc7v9pf"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ;XXX: needs a specific version of unicorn
--
2.39.1
[Message part 3 (message/rfc822, inline)]
Closing as pwntools was recently updated to 4.15.0b1.
This bug report was last modified 111 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.