guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: Go: Update to 1.12.10.


From: guix-commits
Subject: 01/09: gnu: Go: Update to 1.12.10.
Date: Tue, 29 Oct 2019 11:28:50 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 4428532012637b39d9f5dabe8aea62a27a98341a
Author: Leo Famulari <address@hidden>
Date:   Thu Oct 17 13:38:12 2019 -0400

    gnu: Go: Update to 1.12.10.
    
    * gnu/packages/golang.scm (go-1.12): Update to 1.12.10.
---
 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 51be20b..e17d19c 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -401,7 +401,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.4)
     (name "go")
-    (version "1.12.7")
+    (version "1.12.10")
     (source
      (origin
        (method url-fetch)
@@ -409,7 +409,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
                            name version ".src.tar.gz"))
        (sha256
         (base32
-         "04rvwj69gmw3bz8pw5pf10r21ar0pgpnswp15nkddf04dxyl9s4m"))))
+         "0m1rvawvpdl7kd0asw10m50xbxlhykix6dng9p4x6ih6x3y4hvpm"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.4)
        ((#:phases phases)



reply via email to

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