3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Go 1.12: Update to 1.12.7.

*  gnu/packages/golang.scm (go-1.12): Update to 1.12.7.
This commit is contained in:
Leo Famulari 2019-07-21 01:17:41 -04:00
parent ec8c1681e8
commit 1074b37073
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -401,7 +401,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(package
(inherit go-1.4)
(name "go")
(version "1.12.1")
(version "1.12.7")
(source
(origin
(method url-fetch)
@ -409,7 +409,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
name version ".src.tar.gz"))
(sha256
(base32
"12l12mmgqvy3nbscy7sz83qj4m6iz5a322aq9sk45f7l9ml2gq8b"))))
"04rvwj69gmw3bz8pw5pf10r21ar0pgpnswp15nkddf04dxyl9s4m"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.4)
((#:phases phases)