mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: go-1.16: Update to 1.16.8.
* gnu/packages/golang.scm (go-1.16): Update to 1.16.8. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
bae57cc7d2
commit
14d8413fc5
1 changed files with 2 additions and 2 deletions
|
@ -453,7 +453,7 @@ (define-public go-1.16
|
|||
(package
|
||||
(inherit go-1.14)
|
||||
(name "go")
|
||||
(version "1.16.7")
|
||||
(version "1.16.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -463,7 +463,7 @@ (define-public go-1.16
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1id6nsavf7gm78bmzsvym135pi2xa0v75ny51xrw93j70clz9w0h"))))
|
||||
"00zv65v09kr2cljxxqypk980r4b4aqjijhbw4ikppn8km68h831n"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments go-1.14)
|
||||
((#:tests? _) #t)
|
||||
|
|
Loading…
Reference in a new issue