me
/
guix
Archived
1
0
Fork 0

gnu: go-1.17: Update to 1.17.13.

* gnu/packages/golang.scm (go-1.17): Update to 1.17.13.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
master
Hilton Chain 2023-01-29 13:38:47 +08:00 committed by Maxim Cournoyer
parent 260e68342b
commit 411e60db26
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -631,7 +631,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(package
(inherit go-1.16)
(name "go")
(version "1.17.11")
(version "1.17.13")
(source
(origin
(method git-fetch)
@ -641,7 +641,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(file-name (git-file-name name version))
(sha256
(base32
"11wy6092qm7v0n10cjkyp49sbchqazi3vnij8k2sq7k7jaj63z5p"))))
"05m8gr050kagvn22lfnjrgms03l5iphd1m4v6z7yqlhn9gdp912d"))))
(outputs '("out" "tests")) ; 'tests' contains distribution tests.
(arguments
`(#:modules ((ice-9 match)