mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: Go 1.16: Update to 1.16.13.
* gnu/packages/golang.scm (go-1.16): Update to 1.16.13.
This commit is contained in:
parent
4b4ea1669d
commit
7d70ac92fc
1 changed files with 2 additions and 2 deletions
|
@ -465,7 +465,7 @@ (define-public go-1.16
|
|||
(package
|
||||
(inherit go-1.14)
|
||||
(name "go")
|
||||
(version "1.16.12")
|
||||
(version "1.16.13")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -475,7 +475,7 @@ (define-public go-1.16
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"06c8dcmni38za638ma069izd9kbxr6ii6ccflbibgc6k54lpc3fb"))))
|
||||
"03f37dspn4h5kqf0nqwmnl858wx6hngnlvbnrjl1ll6ihc5j66jz"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments go-1.14)
|
||||
((#:tests? _) #t)
|
||||
|
|
Loading…
Reference in a new issue