diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-03 22:03:11 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-15 12:17:48 +0100 |
commit | ac2c50685ce2df3c14e67a2ced9cb8123471a836 (patch) | |
tree | 0b901288610283ca5dc196a378a22f9bfdf5718f | |
parent | b60b7e80fb4f8a729478dc09068228397a31556d (diff) | |
download | guix-ac2c50685ce2df3c14e67a2ced9cb8123471a836.tar guix-ac2c50685ce2df3c14e67a2ced9cb8123471a836.tar.gz |
gnu: go-golang-org-x-text: Update to 0.16.0.
* gnu/packages/golang-build.scm (go-golang-org-x-text): Update to 0.16.0.
Change-Id: I0e0ede8ae4e196362fa4a8fc4f1b68fad0db0d79
-rw-r--r-- | gnu/packages/golang-build.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm index 3a919fa05e..8b2b41da1c 100644 --- a/gnu/packages/golang-build.scm +++ b/gnu/packages/golang-build.scm @@ -426,7 +426,7 @@ terminals, as commonly found on Unix systems.") (define-public go-golang-org-x-text (package (name "go-golang-org-x-text") - (version "0.3.2") + (version "0.16.0") (source (origin (method git-fetch) @@ -436,7 +436,7 @@ terminals, as commonly found on Unix systems.") (file-name (string-append "go.googlesource.com-text-" version "-checkout")) (sha256 - (base32 "0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh")))) + (base32 "0pmn0i1xbpwvzl4cdgmjqcsk9vckhqrq6699fnr9mkglh4xj3p7a")))) (build-system go-build-system) (arguments `(#:import-path "golang.org/x/text" |