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.12.13 [fixes CVE-2019-17596].


From: guix-commits
Subject: 01/01: gnu: go: Update to 1.12.13 [fixes CVE-2019-17596].
Date: Tue, 12 Nov 2019 18:26:58 -0500 (EST)

ajgrf pushed a commit to branch master
in repository guix.

commit d673993a9aac0f3463cff1e91f25b075e1ce0f20
Author: Alex Griffin <address@hidden>
Date:   Tue Nov 12 17:24:13 2019 -0600

    gnu: go: Update to 1.12.13 [fixes CVE-2019-17596].
    
    * gnu/packages/golang.scm (go-1.12): Update to 1.12.13.
---
 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 7db6565..76b93c0 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -220,7 +220,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.4)
     (name "go")
-    (version "1.12.10")
+    (version "1.12.13")
     (source
      (origin
        (method url-fetch)
@@ -228,7 +228,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
                            name version ".src.tar.gz"))
        (sha256
         (base32
-         "0m1rvawvpdl7kd0asw10m50xbxlhykix6dng9p4x6ih6x3y4hvpm"))))
+         "19zmrhydd52vhdnzlhxqklzg1mnav434dcgw9wl4iajbvfwd70sk"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.4)
        ((#:phases phases)



reply via email to

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