summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-06-12 22:36:39 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-07-23 21:14:58 +0100
commitc887a8763bc9b96edf60e3471f75f68ec6be9808 (patch)
tree3be6a4654f0b63fceee0b5a39b5de57e85d64bf6 /gnu
parenta4eb93ef651988cffde419beb884363c51a51fee (diff)
gnu: go-golang-org-x-text: Update to 0.38.0.
* gnu/packages/golang-build.scm (go-golang-org-x-text): Update to 0.38.0. Change-Id: I2260315547a84b0b1cfb84afa6b56a8affbd9a73
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 6cf1c66f901..bf464942539 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -1383,7 +1383,7 @@ terminals, as commonly found on Unix systems.")
1383(define-public go-golang-org-x-text 1383(define-public go-golang-org-x-text
1384 (package 1384 (package
1385 (name "go-golang-org-x-text") 1385 (name "go-golang-org-x-text")
1386 (version "0.36.0") 1386 (version "0.38.0")
1387 (source 1387 (source
1388 (origin 1388 (origin
1389 (method git-fetch) 1389 (method git-fetch)
@@ -1392,7 +1392,7 @@ terminals, as commonly found on Unix systems.")
1392 (commit (string-append "v" version)))) 1392 (commit (string-append "v" version))))
1393 (file-name (git-file-name name version)) 1393 (file-name (git-file-name name version))
1394 (sha256 1394 (sha256
1395 (base32 "1hhkamc8450y1jmrhw59v1v6l8icihmjdzbnrqpg947z3dlbk3nd")))) 1395 (base32 "12mqlyx20rn5ijq0f5z6m3mwhdczfrkz1mmpfmf2264ijwqzrn6v"))))
1396 (build-system go-build-system) 1396 (build-system go-build-system)
1397 (arguments 1397 (arguments
1398 (list 1398 (list