guix-patches
[Top][All Lists]
Advanced

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

[bug#50492] [PATCH] gnu: go-1.16: Update to 1.16.8.


From: Sarah Morgensen
Subject: [bug#50492] [PATCH] gnu: go-1.16: Update to 1.16.8.
Date: Thu, 9 Sep 2021 12:54:43 -0700

* gnu/packages/golang.scm (go-1.16): Update to 1.16.8.
---
Changelog states:

> go1.16.8 (released 2021-09-09) includes a security fix to the archive/zip
> package, as well as bug fixes to the archive/zip, go/internal/gccgoimporter,
> html/template, net/http, and runtime/pprof packages. See the Go 1.16.8
> milestone on our issue tracker for details.

--
Sarah
 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 b6e8b84749..3c151b716e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -453,7 +453,7 @@ (define-public go-1.16
   (package
     (inherit go-1.14)
     (name "go")
-    (version "1.16.7")
+    (version "1.16.8")
     (source
      (origin
        (method git-fetch)
@@ -463,7 +463,7 @@ (define-public go-1.16
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1id6nsavf7gm78bmzsvym135pi2xa0v75ny51xrw93j70clz9w0h"))))
+         "00zv65v09kr2cljxxqypk980r4b4aqjijhbw4ikppn8km68h831n"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.14)
        ((#:tests? _) #t)

base-commit: bae57cc7d2917c4a67e9afb68ed61ad7117ea7ea
-- 
2.33.0






reply via email to

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