GNU bug report logs -
#62564
patches to fix age after update to v1.1.1
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/golang.scm (go-github-com-99designs-go-keyring): Update to 1.2.2.
---
gnu/packages/golang.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index bb69fa41a3..acbc8d3d77 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -11203,7 +11203,7 @@ (define-public go-github-com-go-libsecret
(define-public go-github-com-99designs-go-keyring
(package
(name "go-github-com-99designs-go-keyring")
- (version "1.1.6")
+ (version "1.2.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -11212,11 +11212,11 @@ (define-public go-github-com-99designs-go-keyring
(file-name (git-file-name name version))
(sha256
(base32
- "08rcdqpxaa9n348q10fw40q4gxpjajkyrighykk71i7mxzwkcgwn"))))
+ "0mkvy7scyq07rkqhabfmkd8imcm4h9y7zj9palj04znpihpixa5m"))))
(build-system go-build-system)
(native-inputs
- (list go-golang-org-x-crypto
- go-golang-org-x-sys
+ (list go-golang-org-x-sys
+ go-golang-org-x-term
go-github-com-mtibben-percent
go-github-com-mitchellh-go-homedir
go-github-com-dvsekhvalnov-jose2go
--
2.39.2
This bug report was last modified 2 years and 87 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.