gnu: ropgadget: Update to 6.5.
* gnu/packages/cybersecurity.scm (ropgadget): Update to 6.5.
This commit is contained in:
parent
26688b8dc4
commit
dbbc6c0059
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +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>
|
;;; Copyright © 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -27,13 +27,13 @@
|
||||||
(define-public ropgadget
|
(define-public ropgadget
|
||||||
(package
|
(package
|
||||||
(name "ropgadget")
|
(name "ropgadget")
|
||||||
(version "6.4")
|
(version "6.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "ROPGadget" version))
|
(uri (pypi-uri "ROPGadget" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hz6y5a8d4gc2sryz5alpz9mivrk8kj4l3dw00zkz2xca7gwpmsi"))))
|
(base32 "0p4h8xi27xcicz8sq6xi40hbj99mcsnnla6ar2r17vqapbr5c3jc"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-capstone" ,python-capstone)))
|
`(("python-capstone" ,python-capstone)))
|
||||||
|
|
Reference in a new issue