gnu: ropgadget: Update to 6.6.

* gnu/packages/cybersecurity.scm (ropgadget): Update to 6.6.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-06 01:43:20 +02:00
parent 0ec23d446c
commit fea261f005
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -35,13 +35,13 @@
(define-public ropgadget
(package
(name "ropgadget")
(version "6.5")
(version "6.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ROPGadget" version))
(sha256
(base32 "0p4h8xi27xcicz8sq6xi40hbj99mcsnnla6ar2r17vqapbr5c3jc"))))
(base32 "08ms7x4af07970ij9899l75sghnxsa7xyx73gkn6gv0l05p1hqfw"))))
(build-system python-build-system)
(propagated-inputs
`(("python-capstone" ,python-capstone)))