gnu: Go: Update to 1.12.10.

* gnu/packages/golang.scm (go-1.12): Update to 1.12.10.
This commit is contained in:
Leo Famulari 2019-10-17 13:38:12 -04:00
parent 878e0e1bb0
commit 4428532012
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -401,7 +401,7 @@ (define-public go-1.12
(package
(inherit go-1.4)
(name "go")
(version "1.12.7")
(version "1.12.10")
(source
(origin
(method url-fetch)
@ -409,7 +409,7 @@ (define-public go-1.12
name version ".src.tar.gz"))
(sha256
(base32
"04rvwj69gmw3bz8pw5pf10r21ar0pgpnswp15nkddf04dxyl9s4m"))))
"0m1rvawvpdl7kd0asw10m50xbxlhykix6dng9p4x6ih6x3y4hvpm"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.4)
((#:phases phases)