GNU bug report logs -
#77246
[PATCH python-team 00/18] One more iteration with a few fixes
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Tue, 25 Mar 2025 07:25:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/cybersecurity.scm (pwntools): Update to 4.4.0.
---
gnu/packages/cybersecurity.scm | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cybersecurity.scm b/gnu/packages/cybersecurity.scm
index cb03cbd5aa..c66740b744 100644
--- a/gnu/packages/cybersecurity.scm
+++ b/gnu/packages/cybersecurity.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2020, 2021 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2021 c4droid <c4droid <at> foxmail.com>
;;; Copyright © 2021 Raghav Gururajan <rg <at> raghavgururajan.name>
+;;; Copyright © 2025 Nicolas Graves <ngraves <at> ngraves.fr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -30,9 +31,11 @@ (define-module (gnu packages cybersecurity)
#:use-module (gnu packages engineering)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python)
- #:use-module (gnu packages python-xyz)
+ #:use-module (gnu packages python-build)
+ #:use-module (gnu packages python-compression)
#:use-module (gnu packages python-crypto)
#:use-module (gnu packages python-web)
+ #:use-module (gnu packages python-xyz)
#:use-module (gnu packages time)
#:use-module (gnu packages bioinformatics) ;python-intervaltree
#:use-module (gnu packages emulators))
@@ -123,24 +126,26 @@ (define-public ropgadget
(define-public pwntools
(package
(name "pwntools")
- (version "4.4.0")
+ (version "4.15.0b1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pwntools" version))
(sha256
(base32
- "1qw7j0wwm1878aia08gyw5xljjr26qsbp45w65n4qff672sha5n5"))))
+ "091fsk9rvbjkcsp8mmww0ka26dvznmj4pbqwaiygcw90g3v94zgd"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ;XXX: needs a specific version of unicorn
(propagated-inputs
(list capstone
+ python-colored-traceback
python-dateutil
python-intervaltree
python-mako
python-packaging
python-paramiko
+ python-pathlib2
python-psutil
python-pyelftools
python-pygments
@@ -148,9 +153,14 @@ (define-public pwntools
python-pysocks
python-requests
ropgadget
+ python-rpyc
python-six
python-sortedcontainers
+ python-unix-ar
+ python-zstandard
unicorn))
+ (native-inputs
+ (list python-setuptools python-toml python-wheel))
(home-page "https://github.com/Gallopsled/pwntools")
(synopsis
"Capture-the-flag (CTF) framework and exploit development library")
--
2.49.0
This bug report was last modified 115 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.