guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Go 1.9: Update to 1.9.7.


From: Leo Famulari
Subject: 01/02: gnu: Go 1.9: Update to 1.9.7.
Date: Thu, 14 Jun 2018 17:50:10 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 96fd9a0e622b1afd470efa5b47fcfb38ca65105e
Author: Leo Famulari <address@hidden>
Date:   Thu Jun 14 17:38:45 2018 -0400

    gnu: Go 1.9: Update to 1.9.7.
    
    * gnu/packages/golang.scm (go-1.9): Update to 1.9.7.
---
 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 1d8e80c..1d13b69 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -215,7 +215,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.4)
     (name "go")
-    (version "1.9.6")
+    (version "1.9.7")
     (source
      (origin
        (method url-fetch)
@@ -223,7 +223,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
                            name version ".src.tar.gz"))
        (sha256
         (base32
-         "0a2qkvzr0g5cbd66wi7b6r40qyp9p55y0zz2j5qg1xsqwsdhbx1n"))))
+         "08kpy874x0rx43zpyv5kwd8xj2ma91xm33i0ka2v1v788px18a2q"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.4)
        ((#:phases phases)



reply via email to

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