Skip to content
Snippets Groups Projects
Unverified Commit cb8edaac authored by Leo Famulari's avatar Leo Famulari
Browse files

gnu: go-1.7: Update to 1.7.4 [security fixes].

* gnu/packages/golang.scm (go-1.7): Update to 1.7.4.
parent 786b66ef
No related branches found
No related tags found
No related merge requests found
...@@ -200,7 +200,7 @@ (define-public go-1.7 ...@@ -200,7 +200,7 @@ (define-public go-1.7
(package (package
(inherit go-1.4) (inherit go-1.4)
(name "go") (name "go")
(version "1.7.3") (version "1.7.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -208,7 +208,7 @@ (define-public go-1.7 ...@@ -208,7 +208,7 @@ (define-public go-1.7
name version ".src.tar.gz")) name version ".src.tar.gz"))
(sha256 (sha256
(base32 (base32
"0i7gy5d8j6186a6x07cnj3r7mpfg3964q8byslx0p6x04w00lhvr")))) "1k0lnsk5i9swi209wh535lpnpczsh6l8m1pfncmilrdsx48r262c"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments go-1.4) (substitute-keyword-arguments (package-arguments go-1.4)
((#:phases phases) ((#:phases phases)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment