gnu: Go 1.10: Update to 1.10.3.

* gnu/packages/golang.scm (go-1.10): Update to 1.10.3.
This commit is contained in:
Leo Famulari 2018-06-14 17:39:30 -04:00
parent 96fd9a0e62
commit 9297fc61cc
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -384,7 +384,7 @@ (define-public go-1.10
(package
(inherit go-1.9)
(name "go")
(version "1.10.2")
(version "1.10.3")
(source
(origin
(method url-fetch)
@ -392,7 +392,7 @@ (define-public go-1.10
name version ".src.tar.gz"))
(sha256
(base32
"1gcqbac3wbhbcr0ri9zgfj6qkqbwf9fn116a0a7fvn4wdff60r32"))))
"1wjmw65nfkkzz084695gdgn13sbjcaafy2y5370d214pdk31qysn"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.9)
((#:phases phases)