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


From: guix-commits
Subject: 01/02: gnu: Go 1.16: Update to 1.16.11.
Date: Mon, 6 Dec 2021 12:40:57 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit e4d8f2fe31970fc90ca5297935917cb3dd829396
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Dec 6 12:15:59 2021 -0500

    gnu: Go 1.16: Update to 1.16.11.
    
    * gnu/packages/golang.scm (go-1.16): Update to 1.16.11.
---
 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 2ce1f0c..302606b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -454,7 +454,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.14)
     (name "go")
-    (version "1.16.8")
+    (version "1.16.11")
     (source
      (origin
        (method git-fetch)
@@ -464,7 +464,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "00zv65v09kr2cljxxqypk980r4b4aqjijhbw4ikppn8km68h831n"))))
+         "1jn45bci9cvkvybvy9ql2rsgj06kg3sl027vhv0h0bavgqa7qk20"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.14)
        ((#:tests? _) #t)



reply via email to

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