guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: ropgadget: Update to 6.6.


From: guix-commits
Subject: 04/05: gnu: ropgadget: Update to 6.6.
Date: Tue, 5 Oct 2021 19:46:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fea261f0054d73432d19df0cb373d78b0792788b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Oct 6 01:43:20 2021 +0200

    gnu: ropgadget: Update to 6.6.
    
    * gnu/packages/cybersecurity.scm (ropgadget): Update to 6.6.
---
 gnu/packages/cybersecurity.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cybersecurity.scm b/gnu/packages/cybersecurity.scm
index 9ec0480..e4614e9 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]