gnu: Go 1.12: Update to 1.12.7.

*  gnu/packages/golang.scm (go-1.12): Update to 1.12.7.
master
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
1 changed files with 2 additions and 2 deletions

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)