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
@ -465,7 +465,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
|
|||||||
(package
|
(package
|
||||||
(inherit go-1.14)
|
(inherit go-1.14)
|
||||||
(name "go")
|
(name "go")
|
||||||
(version "1.16.12")
|
(version "1.16.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -475,7 +475,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06c8dcmni38za638ma069izd9kbxr6ii6ccflbibgc6k54lpc3fb"))))
|
"03f37dspn4h5kqf0nqwmnl858wx6hngnlvbnrjl1ll6ihc5j66jz"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments go-1.14)
|
(substitute-keyword-arguments (package-arguments go-1.14)
|
||||||
((#:tests? _) #t)
|
((#:tests? _) #t)
|
||||||
|
Loading…
Reference in New Issue
Block a user