mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
bc3c274af8
commit
42f88db23c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue