summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
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