diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-01 21:29:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-02 00:28:52 +0200 |
commit | d038100ef08a03b9294e03e19f76d187fe5f9abe (patch) | |
tree | a330ccfc0b4b7404c640aad45e5035944c5c7e4a | |
parent | 870788719d35ac631847b12b05906663e5d1b406 (diff) |
gnu: ropgadget: Update to 6.3.
* gnu/packages/cybersecurity.scm (ropgadget): Update to 6.3.
-rw-r--r-- | gnu/packages/cybersecurity.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/cybersecurity.scm b/gnu/packages/cybersecurity.scm index aedac03b8a..8ded081c50 100644 --- a/gnu/packages/cybersecurity.scm +++ b/gnu/packages/cybersecurity.scm @@ -26,14 +26,13 @@ (define-public ropgadget (package (name "ropgadget") - (version "6.2") + (version "6.3") (source (origin (method url-fetch) (uri (pypi-uri "ROPGadget" version)) (sha256 - (base32 - "0idiicgpijar9l9kqmfdh865c2mkfgxg0q7lpz77jc09l6q0afjh")))) + (base32 "0v34w88if3p4vn46aby24msfnxj6znmkf4848n4d24jnykxcsqk9")))) (build-system python-build-system) (propagated-inputs `(("python-capstone" ,python-capstone))) |