mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Go 1.17: Update to 1.17.6.
* gnu/packages/golang.scm (go-1.17): Update to 1.17.6.
This commit is contained in:
parent
7d70ac92fc
commit
253ce9f71d
1 changed files with 2 additions and 2 deletions
|
@ -624,7 +624,7 @@ (define-public go-1.17
|
|||
(package
|
||||
(inherit go-1.16)
|
||||
(name "go")
|
||||
(version "1.17.5")
|
||||
(version "1.17.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -634,7 +634,7 @@ (define-public go-1.17
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1yjhg4j89vgb26m35gc0799x2fd0xav03gcvcg2xwcfvvcar5gza"))))
|
||||
"05k292i9qayfy5wh96z4kjmx1mfd5birnr25vb0blzaam72mcsgw"))))
|
||||
(outputs '("out" "tests")) ; 'tests' contains distribution tests.
|
||||
(arguments
|
||||
`(#:modules ((ice-9 match)
|
||||
|
|
Loading…
Reference in a new issue