guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: ropgadget: Update to 6.5.


From: guix-commits
Subject: 07/11: gnu: ropgadget: Update to 6.5.
Date: Mon, 15 Feb 2021 12:12:54 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit dbbc6c0059e7f9543e1cfc8a07140237c3e79401
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Feb 15 18:05:29 2021 +0100

    gnu: ropgadget: Update to 6.5.
    
    * gnu/packages/cybersecurity.scm (ropgadget): Update to 6.5.
---
 gnu/packages/cybersecurity.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cybersecurity.scm b/gnu/packages/cybersecurity.scm
index b77d714..e13c342 100644
--- a/gnu/packages/cybersecurity.scm
+++ b/gnu/packages/cybersecurity.scm
@@ -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-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)))



reply via email to

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