diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-06 01:43:20 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-06 01:44:56 +0200 |
commit | fea261f0054d73432d19df0cb373d78b0792788b (patch) | |
tree | d4e3a7b51d30baf3726a547baa56c0110ce37d60 /gnu | |
parent | 0ec23d446ccdd4db828fa1ebc46741338f082453 (diff) | |
download | guix-fea261f0054d73432d19df0cb373d78b0792788b.tar.gz guix-fea261f0054d73432d19df0cb373d78b0792788b.zip |
gnu: ropgadget: Update to 6.6.
* gnu/packages/cybersecurity.scm (ropgadget): Update to 6.6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cybersecurity.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cybersecurity.scm b/gnu/packages/cybersecurity.scm index 9ec0480515..e4614e908e 100644 --- a/gnu/packages/cybersecurity.scm +++ b/gnu/packages/cybersecurity.scm @@ -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))) |