sharlatan pushed a commit to branch go-team
in repository guix.
commit c89b47d63179f2cc794c142b4d3b3039a31f19ea
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 15 21:21:44 2024 +0100
gnu: go-golang-org-x-term: Update to 0.24.0.
* gnu/packages/golang-build.scm (go-golang-org-x-term): Update to 0.24.0.
Change-Id: Ib4fab73d7bb7d214a71498ec2f287ee276d3ad5b
---
gnu/packages/golang-build.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 7e9bd59e69..65a69cd954 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -620,7 +620,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.23.0")
+ (version "0.24.0")
(source
(origin
(method git-fetch)
@@ -629,7 +629,7 @@ support for low-level interaction with the operating
system.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1pdv60bm4gfvgf98lyms92qm32zc4f4h4w1fagrhzllwflmsca8h"))))
+ (base32 "1sclnlbchqqlspm5l914xgs70yyjswarrrahkf8n44gkr2kbkw1x"))))
(build-system go-build-system)
(arguments '(#:import-path "golang.org/x/term"))
(propagated-inputs