From cb8edaac35436a640200efadda81588576399c1a Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Fri, 2 Dec 2016 03:14:12 -0500 Subject: gnu: go-1.7: Update to 1.7.4 [security fixes]. * gnu/packages/golang.scm (go-1.7): Update to 1.7.4. --- gnu/packages/golang.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/golang.scm') diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index c38270afcb..0800b49569 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -200,7 +200,7 @@ sequential processes (CSP) concurrent programming features added.") (package (inherit go-1.4) (name "go") - (version "1.7.3") + (version "1.7.4") (source (origin (method url-fetch) @@ -208,7 +208,7 @@ sequential processes (CSP) concurrent programming features added.") name version ".src.tar.gz")) (sha256 (base32 - "0i7gy5d8j6186a6x07cnj3r7mpfg3964q8byslx0p6x04w00lhvr")))) + "1k0lnsk5i9swi209wh535lpnpczsh6l8m1pfncmilrdsx48r262c")))) (arguments (substitute-keyword-arguments (package-arguments go-1.4) ((#:phases phases) -- cgit 1.4.1 From 8a610eb6059f874e9b24c2939d21df840014db8f Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 4 Dec 2016 08:50:30 +0200 Subject: gnu: Fix header in (gnu packages golang). * gnu/packages/golang.scm: Replace header line declaring this file as part of GNU Guix. --- gnu/packages/golang.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/golang.scm') diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 0800b49569..9d8dcda545 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -6,7 +6,7 @@ ;;; Copyright © 2016 Petter ;;; Copyright © 2016 Leo Famulari ;;; -;;; This file is an addendum GNU Guix. +;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by -- cgit 1.4.1