guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: Go: Update to 1.13.9.


From: guix-commits
Subject: 01/03: gnu: Go: Update to 1.13.9.
Date: Tue, 7 Apr 2020 22:04:59 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 3868b2a799e2e39668234fc3601c783b99255334
Author: Leo Famulari <address@hidden>
AuthorDate: Tue Apr 7 17:11:41 2020 -0400

    gnu: Go: Update to 1.13.9.
    
    * gnu/packages/golang.scm (go-1.13): Update to 1.13.9.
---
 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 a7470ea..fb6d66f 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -221,7 +221,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.4)
     (name "go")
-    (version "1.13.8")
+    (version "1.13.9")
     (source
      (origin
        (method url-fetch)
@@ -229,7 +229,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
                            name version ".src.tar.gz"))
        (sha256
         (base32
-         "0d7cxffk72568h46srzswrxd0bsdip7amgkf499wzn6l6d3g0fxi"))))
+         "07gksk9194wa90xyd6yhagxfv7syvsx29bh8ypc4mg700vc1kfrl"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.4)
        ((#:phases phases)



reply via email to

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