1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 12:01:49 +02:00

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
This commit is contained in:
Cayetano Santos
2026-02-16 08:46:29 +01:00
parent 2ade9debc5
commit 3c62554e61
+3 -3
View File
@@ -198,7 +198,7 @@ chains of gadgets to execute system calls.")
(define-public pwntools (define-public pwntools
(package (package
(name "pwntools") (name "pwntools")
(version "4.15.0beta1") (version "4.15.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@@ -207,7 +207,7 @@ chains of gadgets to execute system calls.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "048b8szybf3f69xdp258a783nl5dcgj316a5156i8ajhyfw6aaw0")))) (base32 "0phi7gks9w9rim9rzs8cgwznc3xximdpxyj5vrafivziill51qnl"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
@@ -241,7 +241,7 @@ chains of gadgets to execute system calls.")
python-zstandard python-zstandard
unicorn)) unicorn))
(native-inputs (native-inputs
(list python-setuptools python-toml python-wheel)) (list python-setuptools python-toml))
(home-page "https://github.com/Gallopsled/pwntools") (home-page "https://github.com/Gallopsled/pwntools")
(synopsis (synopsis
"Capture-the-flag (CTF) framework and exploit development library") "Capture-the-flag (CTF) framework and exploit development library")