gnu: go: update to 1.9.1 [security fixes].

See the release announcement and bug reports for more details about the
security issues fixed in this release:

https://groups.google.com/forum/m/#!topic/golang-nuts/sHfMg4gZNps
https://golang.org/issue/22125
https://golang.org/issue/22134

* gnu/packages/golang.scm (go-1.9): Update to 1.9.1.
This commit is contained in:
Leo Famulari 2017-10-04 18:50:31 -04:00
parent a35532f52d
commit 488d380c82
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -204,7 +204,7 @@ (define-public go-1.9
(package
(inherit go-1.4)
(name "go")
(version "1.9")
(version "1.9.1")
(source
(origin
(method url-fetch)
@ -212,7 +212,7 @@ (define-public go-1.9
name version ".src.tar.gz"))
(sha256
(base32
"14z9azh8pk5cwyl2qdk893j68lk0cca7a9b8k2hpn5pd52825ax4"))))
"03jmrgqq852wqyphvd8p46i32f72xki3bmylhkxf0kynqyfzqjm8"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.4)
((#:phases phases)