diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-06 23:39:15 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-06 23:50:43 +0100 |
commit | 71efb620cb2927f3028e4c2259ad5c3ff3fabd3b (patch) | |
tree | 5c5902ffc26ae0f02a170e02c711007c8c7c8140 /gnu | |
parent | 6a84fddcaa9d949b01afc62f471ef16bfe361e97 (diff) |
gnu: ropgadget: Update to 6.4.
* gnu/packages/cybersecurity.scm (ropgadget): Update to 6.4.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cybersecurity.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/cybersecurity.scm b/gnu/packages/cybersecurity.scm index 8ded081c50..b77d714ec8 100644 --- a/gnu/packages/cybersecurity.scm +++ b/gnu/packages/cybersecurity.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net> +;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -26,13 +27,13 @@ (define-public ropgadget (package (name "ropgadget") - (version "6.3") + (version "6.4") (source (origin (method url-fetch) (uri (pypi-uri "ROPGadget" version)) (sha256 - (base32 "0v34w88if3p4vn46aby24msfnxj6znmkf4848n4d24jnykxcsqk9")))) + (base32 "1hz6y5a8d4gc2sryz5alpz9mivrk8kj4l3dw00zkz2xca7gwpmsi")))) (build-system python-build-system) (propagated-inputs `(("python-capstone" ,python-capstone))) |