guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Go 1.10: Update to 1.10.3.


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

lfam pushed a commit to branch master
in repository guix.

commit 9297fc61cc4eb7b78210f68dfa7396f525d619a1
Author: Leo Famulari <address@hidden>
Date:   Thu Jun 14 17:39:30 2018 -0400

    gnu: Go 1.10: Update to 1.10.3.
    
    * gnu/packages/golang.scm (go-1.10): Update to 1.10.3.
---
 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 1d13b69..a83cdcd 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -384,7 +384,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.9)
     (name "go")
-    (version "1.10.2")
+    (version "1.10.3")
     (source
      (origin
        (method url-fetch)
@@ -392,7 +392,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
                            name version ".src.tar.gz"))
        (sha256
         (base32
-         "1gcqbac3wbhbcr0ri9zgfj6qkqbwf9fn116a0a7fvn4wdff60r32"))))
+         "1wjmw65nfkkzz084695gdgn13sbjcaafy2y5370d214pdk31qysn"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.9)
        ((#:phases phases)



reply via email to

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