guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: go: Update to 1.9.4 [fixes CVE-2018-6574].


From: Leo Famulari
Subject: 01/01: gnu: go: Update to 1.9.4 [fixes CVE-2018-6574].
Date: Mon, 12 Feb 2018 15:45:40 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 95a396f4e146f2cc7c8ec87496e2d450301221ea
Author: Leo Famulari <address@hidden>
Date:   Mon Feb 12 15:30:53 2018 -0500

    gnu: go: Update to 1.9.4 [fixes CVE-2018-6574].
    
    * gnu/packages/golang.scm (go-1.9): Update to 1.9.4.
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 3149d36..f11cc76 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -208,7 +208,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.4)
     (name "go")
-    (version "1.9.3")
+    (version "1.9.4")
     (source
      (origin
        (method url-fetch)
@@ -216,7 +216,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
                            name version ".src.tar.gz"))
        (sha256
         (base32
-         "1bj73hrr7jjdg0w6snwkqb5y3yrlks5nrs2lgnkyy0hyx7b0lgaf"))))
+         "01nw8rfvf10naja0wq0kabsm012sbqq76hd4b8c7g28n6ggshwq5"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.4)
        ((#:phases phases)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]