mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: go-golang-org-x-mod: Update to 0.20.0.
* gnu/packages/golang-build.scm (go-golang-org-x-mod): Update to 0.20.0. Change-Id: Ifb6e38ae62b8a7afd16780dc4826b24fde6e1745
This commit is contained in:
parent
9c50cfdaaf
commit
6d36a02600
1 changed files with 2 additions and 2 deletions
|
@ -431,7 +431,7 @@ (define-public go-golang-org-x-image
|
|||
(define-public go-golang-org-x-mod
|
||||
(package
|
||||
(name "go-golang-org-x-mod")
|
||||
(version "0.19.0")
|
||||
(version "0.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -440,7 +440,7 @@ (define-public go-golang-org-x-mod
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "02wilb8q2bp6qhqcrbjxq1pjy3y5k8p11pxlg481609zx4rjiszc"))))
|
||||
(base32 "0vrzahgr08idiz9g2ksngwsjhyaa0rryn4vh0lm54kkxgv9pcv7f"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue