From 7d70ac92fc8695bf26ec88f577d577470f8cb763 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sun, 9 Jan 2022 16:54:12 -0500 Subject: 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) -- cgit v1.2.3