gnu: ropgadget: Update to 6.4.

* gnu/packages/cybersecurity.scm (ropgadget): Update to 6.4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-12-06 23:39:15 +01:00
parent 6a84fddcaa
commit 71efb620cb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net> ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -26,13 +27,13 @@ (define-module (gnu packages cybersecurity)
(define-public ropgadget (define-public ropgadget
(package (package
(name "ropgadget") (name "ropgadget")
(version "6.3") (version "6.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "ROPGadget" version)) (uri (pypi-uri "ROPGadget" version))
(sha256 (sha256
(base32 "0v34w88if3p4vn46aby24msfnxj6znmkf4848n4d24jnykxcsqk9")))) (base32 "1hz6y5a8d4gc2sryz5alpz9mivrk8kj4l3dw00zkz2xca7gwpmsi"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-capstone" ,python-capstone))) `(("python-capstone" ,python-capstone)))