[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#62022] [PATCH 1/3] gnu: go-filippo-io-age: Update to 1.1.1.
From: |
Jack Hill |
Subject: |
[bug#62022] [PATCH 1/3] gnu: go-filippo-io-age: Update to 1.1.1. |
Date: |
Mon, 6 Mar 2023 21:54:16 -0500 |
* gnu/packages/golang.scm (go-filippo-io-age): Update to 1.1.1.
---
gnu/packages/golang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 465e0fd4c7..2f23a8614a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9300,7 +9300,7 @@ (define-public go-etcd-io-bbolt
(define-public go-filippo-io-age
(package
(name "go-filippo-io-age")
- (version "1.0.0")
+ (version "1.1.1")
(source
(origin
(method git-fetch)
@@ -9309,7 +9309,7 @@ (define-public go-filippo-io-age
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "19fz68n262kvg2ssw4r6nik30zk6g6cy7rdi0fm05czwigqrdz1i"))))
+ (base32 "1k1dv1jkr72qpk5g363mhrg9hnf5c9qgv4l16l13m4yh08jp271d"))))
(build-system go-build-system)
(arguments `(#:import-path "filippo.io/age"))
(inputs
--
2.39.1