guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Go 1.10: Update to 1.10.4.


From: Leo Famulari
Subject: 01/01: gnu: Go 1.10: Update to 1.10.4.
Date: Tue, 18 Sep 2018 15:30:12 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 32b3611375b942051c1e35612f630a4879f1247a
Author: Leo Famulari <address@hidden>
Date:   Tue Sep 18 15:24:05 2018 -0400

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



reply via email to

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