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.13.


From: guix-commits
Subject: 01/02: gnu: Go 1.16: Update to 1.16.13.
Date: Mon, 10 Jan 2022 14:19:12 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 7d70ac92fc8695bf26ec88f577d577470f8cb763
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Jan 9 16:54:12 2022 -0500

    gnu: Go 1.16: Update to 1.16.13.
    
    * gnu/packages/golang.scm (go-1.16): Update to 1.16.13.
---
 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 5799d927ea..5e26c76225 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -465,7 +465,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.14)
     (name "go")
-    (version "1.16.12")
+    (version "1.16.13")
     (source
      (origin
        (method git-fetch)
@@ -475,7 +475,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "06c8dcmni38za638ma069izd9kbxr6ii6ccflbibgc6k54lpc3fb"))))
+         "03f37dspn4h5kqf0nqwmnl858wx6hngnlvbnrjl1ll6ihc5j66jz"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.14)
        ((#:tests? _) #t)



reply via email to

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