guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Go 1.12: Update to 1.12.7.


From: guix-commits
Subject: 02/02: gnu: Go 1.12: Update to 1.12.7.
Date: Thu, 25 Jul 2019 13:08:12 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 1074b37073afd99f59c760ef0e69c59a7b7ec57d
Author: Leo Famulari <address@hidden>
Date:   Sun Jul 21 01:17:41 2019 -0400

    gnu: Go 1.12: Update to 1.12.7.
    
    *  gnu/packages/golang.scm (go-1.12): Update to 1.12.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 6381b2c..10c30e5 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.1")
+    (version "1.12.7")
     (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
-         "12l12mmgqvy3nbscy7sz83qj4m6iz5a322aq9sk45f7l9ml2gq8b"))))
+         "04rvwj69gmw3bz8pw5pf10r21ar0pgpnswp15nkddf04dxyl9s4m"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.4)
        ((#:phases phases)



reply via email to

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