This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e4e3bcc42b gnu: ropgadget: Update to 7.7.
e4e3bcc42b is described below

commit e4e3bcc42b13f20d90406590264429c2233e445f
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Feb 16 08:20:40 2026 +0100

    gnu: ropgadget: Update to 7.7.
    
    * gnu/packages/cybersecurity.scm (ropgadget): Update to 7.7.
    [sources]: Switch to git-fetch.
    
    Merges guix/guix!6469
    
    Change-Id: I504c0ad39acdb837dd157bd1715a20e6783073b7
---
 gnu/packages/cybersecurity.scm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cybersecurity.scm b/gnu/packages/cybersecurity.scm
index 148ed9419f..7fad1bce85 100644
--- a/gnu/packages/cybersecurity.scm
+++ b/gnu/packages/cybersecurity.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2025 Nicolas Graves <[email protected]>
 ;;; Copyright © 2025 Sharlatan Hellseher <[email protected]>
 ;;; Copyright © 2025 Artyom V. Poptsov <[email protected]>
+;;; Copyright © 2026 Cayetano Santos <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -163,13 +164,16 @@ from a single ECU up to whole cars.")
 (define-public ropgadget
   (package
     (name "ropgadget")
-    (version "7.6")
+    (version "7.7")
     (source
      (origin
-       (method url-fetch)
-       (uri (pypi-uri "ropgadget" version))
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/JonathanSalwan/ROPgadget/";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "1hvl25j3fbiwihqa2p8a5i27h97pgspxp2ndwwn3l1r78r7cb0w8"))))
+        (base32 "0g87qz8hfiajl1v5z5rxama4531hi9gabzbgkhrbavjj7v3xgavw"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to