mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: go-1.17: Update to 1.17.1.
* gnu/packages/golang.scm (go-1.17): Update to 1.17.1.
This commit is contained in:
parent
d36c73b8a8
commit
cf4ccde47d
1 changed files with 2 additions and 2 deletions
|
@ -612,7 +612,7 @@ (define-public go-1.17
|
|||
(package
|
||||
(inherit go-1.16)
|
||||
(name "go")
|
||||
(version "1.17")
|
||||
(version "1.17.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -622,7 +622,7 @@ (define-public go-1.17
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1psra6j95ws38mx3scc1whky8cwk32mazqs0wzzdwbs8ppl8iwl5"))))
|
||||
"0wk99lwpzp4qwrksl932lm9vb70nyf4vgb5lxwh7gzjcbhlqj992"))))
|
||||
(outputs '("out" "tests")) ; 'tests' contains distribution tests.
|
||||
(arguments
|
||||
`(#:modules ((ice-9 match)
|
||||
|
|
Loading…
Reference in a new issue