guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Go 1.16: Update to 1.16.14.


From: guix-commits
Subject: 01/02: gnu: Go 1.16: Update to 1.16.14.
Date: Thu, 17 Feb 2022 21:04:03 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 289e43b2973d2b929e15b4c7f4580fed7d51f248
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Feb 17 19:30:58 2022 -0500

    gnu: Go 1.16: Update to 1.16.14.
    
    * gnu/packages/golang.scm (go-1.16): Update to 1.16.14.
---
 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 4471fea19d..aeca7c23c4 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -466,7 +466,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.14)
     (name "go")
-    (version "1.16.13")
+    (version "1.16.14")
     (source
      (origin
        (method git-fetch)
@@ -476,7 +476,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "03f37dspn4h5kqf0nqwmnl858wx6hngnlvbnrjl1ll6ihc5j66jz"))))
+         "16pn7avzmlw28sldx6yv38a1afdwj7jz3x7kjvlagysqrsh5lwwl"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.14)
        ((#:tests? _) #t)



reply via email to

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