This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3c62554e61 gnu: pwntools: Update to 4.15.0.
3c62554e61 is described below
commit 3c62554e6175c67c5d18d33430a3688d643f11da
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Feb 16 08:46:29 2026 +0100
gnu: pwntools: Update to 4.15.0.
* gnu/packages/cybersecurity.scm (pwntools): Update to 4.15.0.
[native-inputs]: Remove python-wheel.
Change-Id: I0d1ee9c6e16b225c29e31ccf604b3baa4e0796d1
---
gnu/packages/cybersecurity.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cybersecurity.scm b/gnu/packages/cybersecurity.scm
index 3aa006ef38..148ed9419f 100644
--- a/gnu/packages/cybersecurity.scm
+++ b/gnu/packages/cybersecurity.scm
@@ -198,7 +198,7 @@ chains of gadgets to execute system calls.")
(define-public pwntools
(package
(name "pwntools")
- (version "4.15.0beta1")
+ (version "4.15.0")
(source
(origin
(method git-fetch)
@@ -207,7 +207,7 @@ chains of gadgets to execute system calls.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "048b8szybf3f69xdp258a783nl5dcgj316a5156i8ajhyfw6aaw0"))))
+ (base32 "0phi7gks9w9rim9rzs8cgwznc3xximdpxyj5vrafivziill51qnl"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -241,7 +241,7 @@ chains of gadgets to execute system calls.")
python-zstandard
unicorn))
(native-inputs
- (list python-setuptools python-toml python-wheel))
+ (list python-setuptools python-toml))
(home-page "https://github.com/Gallopsled/pwntools")
(synopsis
"Capture-the-flag (CTF) framework and exploit development library")