guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: go: Update to 1.9.2.


From: Leo Famulari
Subject: 02/04: gnu: go: Update to 1.9.2.
Date: Thu, 26 Oct 2017 12:14:57 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 0cbcab7254dd50bbf2f36712fa7450f1e105a0d1
Author: Leo Famulari <address@hidden>
Date:   Wed Oct 25 21:55:30 2017 -0400

    gnu: go: Update to 1.9.2.
    
    * gnu/packages/golang.scm (go-1.9): Update to 1.9.2.
---
 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 f97f6f1..b8f86ac 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -205,7 +205,7 @@ sequential processes (CSP) concurrent programming features 
added.")
   (package
     (inherit go-1.4)
     (name "go")
-    (version "1.9.1")
+    (version "1.9.2")
     (source
      (origin
        (method url-fetch)
@@ -213,7 +213,7 @@ sequential processes (CSP) concurrent programming features 
added.")
                            name version ".src.tar.gz"))
        (sha256
         (base32
-         "03jmrgqq852wqyphvd8p46i32f72xki3bmylhkxf0kynqyfzqjm8"))))
+         "1p23n4xzbknl3bbhlckbvxbhpxknd5rn0i2szmn9i2dcz15ihpv6"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.4)
        ((#:phases phases)



reply via email to

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