aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-07-12 14:54:47 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-07-15 12:17:50 +0100
commit3fde511b7a2c44d1a40afeb3420a678f37e1c5be (patch)
treef8612009c2335edd4e125df89d4b77e03d519a82
parentd44df8d43b34071693865bcac0ede09d7febe2a9 (diff)
downloadguix-3fde511b7a2c44d1a40afeb3420a678f37e1c5be.tar.gz
guix-3fde511b7a2c44d1a40afeb3420a678f37e1c5be.zip
gnu: go-golang-org-x-term: Update to 0.22.0.
* gnu/packages/golang-build.scm (go-golang-org-x-term): Update to 0.22.0. Change-Id: I88126d9f090bf430a1b2c9c5207cab7a667321e4
-rw-r--r--gnu/packages/golang-build.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 6eb8ac52da..a0f7008bd0 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -461,7 +461,7 @@ support for low-level interaction with the operating system.")
(define-public go-golang-org-x-term
(package
(name "go-golang-org-x-term")
- (version "0.3.0")
+ (version "0.22.0")
(source
(origin
(method git-fetch)
@@ -470,7 +470,7 @@ support for low-level interaction with the operating system.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "16s3d62fgdhiqvcib61s5pwxp08hhrmzx8bdv5zk1w1krjizdarl"))))
+ (base32 "0iqh035y65gfm28xp52pnksh49q3nyaz0zrjjj032rs8hv5py75m"))))
(build-system go-build-system)
(arguments '(#:import-path "golang.org/x/term"))
(propagated-inputs