summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-06-12 22:34:08 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-07-23 21:14:58 +0100
commita4eb93ef651988cffde419beb884363c51a51fee (patch)
tree6fac89350db2ec06b1345875a1e6e9472e32495d /gnu
parent038c2107ae52acf63840ceb6a204009d6c744a77 (diff)
gnu: go-golang-org-x-term: Update to 0.44.0.
* gnu/packages/golang-build.scm (go-golang-org-x-term): Update to 0.44.0. Change-Id: I846c99fbab102c4763d7de5d340a86be0a17e65b
Diffstat (limited to 'gnu')
-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 640d0c4a8ec..6cf1c66f901 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -1347,7 +1347,7 @@ telemetry uploads: GOOS, GOARCH, Go version, and per-program counters.")
1347(define-public go-golang-org-x-term 1347(define-public go-golang-org-x-term
1348 (package 1348 (package
1349 (name "go-golang-org-x-term") 1349 (name "go-golang-org-x-term")
1350 (version "0.42.0") 1350 (version "0.44.0")
1351 (source 1351 (source
1352 (origin 1352 (origin
1353 (method git-fetch) 1353 (method git-fetch)
@@ -1356,7 +1356,7 @@ telemetry uploads: GOOS, GOARCH, Go version, and per-program counters.")
1356 (commit (string-append "v" version)))) 1356 (commit (string-append "v" version))))
1357 (file-name (git-file-name name version)) 1357 (file-name (git-file-name name version))
1358 (sha256 1358 (sha256
1359 (base32 "0ms3xm3m17ba2y7vk1mhyqjgzf15qn00v8hb340xivga0yy86a0l")))) 1359 (base32 "0z5bygcjx6cc3a7ck3wdsyqcvb3g7fwsvdcsm9svqif61cxfydlz"))))
1360 (build-system go-build-system) 1360 (build-system go-build-system)
1361 (arguments 1361 (arguments
1362 (list 1362 (list