gnu: Go: Update to 1.13.8.

* gnu/packages/golang.scm (go-1.13): Update to 1.13.8.
This commit is contained in:
Leo Famulari 2020-03-02 14:48:04 -05:00
parent 15a6805751
commit 6ce0865500
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -221,7 +221,7 @@ (define-public go-1.13
(package
(inherit go-1.4)
(name "go")
(version "1.13.7")
(version "1.13.8")
(source
(origin
(method url-fetch)
@ -229,7 +229,7 @@ (define-public go-1.13
name version ".src.tar.gz"))
(sha256
(base32
"1x21kfpzfkvmqd42pan6nl862m7jjl4niqxxpcgm46awbz645bg4"))))
"0d7cxffk72568h46srzswrxd0bsdip7amgkf499wzn6l6d3g0fxi"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.4)
((#:phases phases)