Archived
1
0
Fork 0

gnu: Go 1.16: Update to 1.16.14.

* gnu/packages/golang.scm (go-1.16): Update to 1.16.14.
This commit is contained in:
Leo Famulari 2022-02-17 19:30:58 -05:00
parent 0955ec3029
commit 289e43b297
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -466,7 +466,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.13") (version "1.16.14")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -476,7 +476,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
"03f37dspn4h5kqf0nqwmnl858wx6hngnlvbnrjl1ll6ihc5j66jz")))) "16pn7avzmlw28sldx6yv38a1afdwj7jz3x7kjvlagysqrsh5lwwl"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments go-1.14) (substitute-keyword-arguments (package-arguments go-1.14)
((#:tests? _) #t) ((#:tests? _) #t)