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.1 [security fixes].


From: Leo Famulari
Subject: 01/01: gnu: go: update to 1.9.1 [security fixes].
Date: Wed, 4 Oct 2017 19:08:21 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 488d380c82c0b4aac631e15099eb8d40551d49e0
Author: Leo Famulari <address@hidden>
Date:   Wed Oct 4 18:50:31 2017 -0400

    gnu: go: update to 1.9.1 [security fixes].
    
    See the release announcement and bug reports for more details about the
    security issues fixed in this release:
    
    https://groups.google.com/forum/m/#!topic/golang-nuts/sHfMg4gZNps
    https://golang.org/issue/22125
    https://golang.org/issue/22134
    
    * gnu/packages/golang.scm (go-1.9): Update to 1.9.1.
---
 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 9f3ccc8..b1967b3 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -204,7 +204,7 @@ sequential processes (CSP) concurrent programming features 
added.")
   (package
     (inherit go-1.4)
     (name "go")
-    (version "1.9")
+    (version "1.9.1")
     (source
      (origin
        (method url-fetch)
@@ -212,7 +212,7 @@ sequential processes (CSP) concurrent programming features 
added.")
                            name version ".src.tar.gz"))
        (sha256
         (base32
-         "14z9azh8pk5cwyl2qdk893j68lk0cca7a9b8k2hpn5pd52825ax4"))))
+         "03jmrgqq852wqyphvd8p46i32f72xki3bmylhkxf0kynqyfzqjm8"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.4)
        ((#:phases phases)



reply via email to

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