guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 0c60cfcd37476fabfc5e8a945edecdfb22783370
Author: Giacomo Leidi <[email protected]>
AuthorDate: Thu Dec 18 17:10:05 2025 +0100

    gnu: ssh-to-pgp: Update to 1.1.6.
    
    * gnu/packages/golang-crypto.scm (ssh-to-pgp): Update to 1.1.6.
    
    Change-Id: I969517b8289c30ed651dc94901f1b33a5abb3a4a
    Signed-off-by: Cayetano Santos <[email protected]>
---
 gnu/packages/golang-crypto.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 29af760ce2..8462fca67e 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -30,6 +30,7 @@
 ;;; Copyright © 2025 Sharlatan Hellseher <[email protected]>
 ;;; Copyright © 2025 Arthur Rodrigues <[email protected]>
 ;;; Copyright © 2025 Patrick Norton <[email protected]>
+;;; Copyright © 2025 Giacomo Leidi <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3516,7 +3517,7 @@ traffic.")))
 (define-public ssh-to-pgp
   (package
     (name "ssh-to-pgp")
-    (version "1.1.4")
+    (version "1.1.6")
     (source
      (origin
        (method git-fetch)
@@ -3525,7 +3526,7 @@ traffic.")))
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1xaj6pnk5y2flnxm57j9bpdpll9vhg1rbjj4v3a7hn1gginxpprx"))))
+        (base32 "10n4xggambw3b9nw0qsz36v7xzyvg31s8xqj66j179f78rdclpw7"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to