gnu: ropgadget: Update to 6.5.

* gnu/packages/cybersecurity.scm (ropgadget): Update to 6.5.
This commit is contained in:
Tobias Geerinckx-Rice 2021-02-15 18:05:29 +01:00
parent 26688b8dc4
commit dbbc6c0059
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1,6 +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>
;;; Copyright © 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@ -27,13 +27,13 @@ (define-module (gnu packages cybersecurity)
(define-public ropgadget
(package
(name "ropgadget")
(version "6.4")
(version "6.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ROPGadget" version))
(sha256
(base32 "1hz6y5a8d4gc2sryz5alpz9mivrk8kj4l3dw00zkz2xca7gwpmsi"))))
(base32 "0p4h8xi27xcicz8sq6xi40hbj99mcsnnla6ar2r17vqapbr5c3jc"))))
(build-system python-build-system)
(propagated-inputs
`(("python-capstone" ,python-capstone)))