guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a301602834a33282e9dd6b096c5ca9b45a0abf17
Author: luca <[email protected]>
AuthorDate: Mon Aug 31 15:24:19 2026 +0200

    gnu: age: Update to 1.3.2.
    
    * gnu/packages/golang-crypto.scm (go-filippo-io-age): Update to 1.3.2.
    
    Merges: guix/guix!10937
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/golang-crypto.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 7e54b4d981..46707eeb8b 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -136,7 +136,7 @@ can be ignored.")
 (define-public go-filippo-io-age
   (package
     (name "go-filippo-io-age")
-    (version "1.3.1")
+    (version "1.3.2")
     (source
      (origin
        (method git-fetch)
@@ -145,7 +145,7 @@ can be ignored.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1h4k15bdbx5dx1397xvhx2h7b5akvbzksh80j3p46mqq6kgymks2"))
+        (base32 "0l16fsd6zbqngpwxxxm531nxy1073wdgyg97jlg1qnyaig758m83"))
        (modules '((guix build utils)))
        (snippet
         #~(begin

Reply via email to