all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61431] [PATCH] gnu: pwntools: Update to 4.9.0.
@ 2023-02-11 13:05 ` c4droid
  0 siblings, 0 replies; 9+ messages in thread
From: c4droid @ 2023-02-11 13:05 UTC (permalink / raw)
  To: 61431

From 7774159762ddc93d93184a91e601d7abe82380a4 Mon Sep 17 00:00:00 2001
From: c4droid <c4droid@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




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

end of thread, other threads:[~2023-07-24 16:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-11 13:05 [bug#61431] [PATCH] gnu: pwntools: Update to 4.9.0 c4droid
2023-02-11 13:05 ` c4droid
     [not found] ` <handler.61431.B.167612170722600.ack@debbugs.gnu.org>
2023-02-11 13:55   ` [bug#61431] Acknowledgement ([PATCH] gnu: pwntools: Update to 4.9.0.) c4droid
2023-02-11 13:55     ` c4droid
2023-02-13 17:37     ` Christopher Baines
2023-03-11 23:15 ` [bug#61431] unicorn Andreas Enge
2023-03-13 12:05   ` c4droid
2023-03-14 19:32     ` Andreas Enge
2023-03-15  0:49       ` c4droid
2023-05-09  4:20 ` [bug#61431] unicorn failed test fixed c4droid
2023-07-24 16:00 ` [bug#61431] More info needed Andreas Enge

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.