unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#50492] [PATCH] gnu: go-1.16: Update to 1.16.8.
@ 2021-09-09 19:54 Sarah Morgensen
  2021-09-09 20:35 ` bug#50492: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Sarah Morgensen @ 2021-09-09 19:54 UTC (permalink / raw)
  To: 50492

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50492: [PATCH] gnu: go-1.16: Update to 1.16.8.
  2021-09-09 19:54 [bug#50492] [PATCH] gnu: go-1.16: Update to 1.16.8 Sarah Morgensen
@ 2021-09-09 20:35 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-09-09 20:35 UTC (permalink / raw)
  To: Sarah Morgensen; +Cc: 50492-done

On Thu, Sep 09, 2021 at 12:54:43PM -0700, Sarah Morgensen wrote:
> * 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.

Thanks! Pushed as 14d8413fc53aac86bd1fa4b7f94969ed62c221b6




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-09 20:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-09 19:54 [bug#50492] [PATCH] gnu: go-1.16: Update to 1.16.8 Sarah Morgensen
2021-09-09 20:35 ` bug#50492: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).