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-golang-org-x-term): Update to 0.3.0.
---
gnu/packages/golang.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e33379e3ea..5d2fef8c33 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10653,17 +10653,17 @@ (define-public go-lukechampine-com-blake3
(define-public go-golang-org-x-term
(package
(name "go-golang-org-x-term")
- (version "0.0.0-20210615171337-6886f2dfbf5b")
+ (version "0.3.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://go.googlesource.com/term")
- (commit (go-version->git-ref version))))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "0661w7dp2ak1k4ii90v6chw2x8a6g4sc5j0ba58qlplaj4k5l0xs"))))
+ "16s3d62fgdhiqvcib61s5pwxp08hhrmzx8bdv5zk1w1krjizdarl"))))
(build-system go-build-system)
(arguments '(#:import-path "golang.org/x/term"))
(propagated-inputs
--
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.