guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Go 1.11: Update to 1.11.4 [fixes CVE-2018-{16873, 16874}].


From: guix-commits
Subject: 01/01: gnu: Go 1.11: Update to 1.11.4 [fixes CVE-2018-{16873, 16874}].
Date: Sun, 16 Dec 2018 16:24:46 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 2119cd3a350cb5544418a0e8ac6c7fb6dcbf0a13
Author: Leo Famulari <address@hidden>
Date:   Sun Dec 16 16:15:46 2018 -0500

    gnu: Go 1.11: Update to 1.11.4 [fixes CVE-2018-{16873,16874}].
    
    * gnu/packages/golang.scm (go-1.11): Update to 1.11.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 6c97070..a571477 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -406,7 +406,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.9)
     (name "go")
-    (version "1.11.1")
+    (version "1.11.4")
     (source
      (origin
        (method url-fetch)
@@ -414,7 +414,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
                            name version ".src.tar.gz"))
        (sha256
         (base32
-         "05qivf2f59pv4bfrmdr4m0xvswkmvvl9c5a2h5dy45g2k8b8r3sm"))))
+         "05fvp8dq0yffsrvdyii4wgl756dn0xkgm5a80al7j7kb19r45zac"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.9)
        ((#:phases phases)



reply via email to

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