mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: go-golang-org-x-text: Update to 0.17.0.
* gnu/packages/golang-build.scm (go-golang-org-x-text): Update to 0.17.0. Change-Id: I625120f30d1f8cc37f83610b65fe6af6f15ba828
This commit is contained in:
parent
1dd948a750
commit
38bd09cf26
1 changed files with 2 additions and 2 deletions
|
@ -617,7 +617,7 @@ (define-public go-golang-org-x-term
|
|||
(define-public go-golang-org-x-text
|
||||
(package
|
||||
(name "go-golang-org-x-text")
|
||||
(version "0.16.0")
|
||||
(version "0.17.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -626,7 +626,7 @@ (define-public go-golang-org-x-text
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0pmn0i1xbpwvzl4cdgmjqcsk9vckhqrq6699fnr9mkglh4xj3p7a"))))
|
||||
(base32 "1jqvh4mmg3db2slh5z7fxdhkgazyld5l858rwnbpfxvfrw0k9w1h"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue