diff options
author | Sharlatan Hellseher <[email protected]> | 2024-09-15 21:19:00 +0100 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2024-11-09 21:33:40 +0000 |
commit | 42f88db23c3b4d25b5fad1261b18557943249d4b (patch) | |
tree | 4a8c987b2bad515ff0092f31d9d090bb2152b31a /gnu/packages/golang-build.scm | |
parent | bc3c274af8610695ae5fa0d87b2a7cd28421e3b2 (diff) |
gnu: go-golang-org-x-text: Update to 0.18.0.
* gnu/packages/golang-build.scm (go-golang-org-x-text): Update to 0.18.0.
Change-Id: I3a00af2d3392d1a3e20e95883e385a06f62d4c80
Diffstat (limited to 'gnu/packages/golang-build.scm')
-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 65a69cd954..8929aabdf2 100644 --- a/gnu/packages/golang-build.scm +++ b/gnu/packages/golang-build.scm @@ -643,7 +643,7 @@ terminals, as commonly found on Unix systems.") (define-public go-golang-org-x-text (package (name "go-golang-org-x-text") - (version "0.17.0") + (version "0.18.0") (source (origin (method git-fetch) @@ -652,7 +652,7 @@ terminals, as commonly found on Unix systems.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1jqvh4mmg3db2slh5z7fxdhkgazyld5l858rwnbpfxvfrw0k9w1h")))) + (base32 "1vxx2s1y1dmhiiv4cayrwf3ls4lbq22xkhl6xw3ls8jizribl5s9")))) (build-system go-build-system) (arguments (list |