emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#32918: closed (Bump Go 1.11 to 1.11.1)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32918: closed (Bump Go 1.11 to 1.11.1)
Date: Wed, 03 Oct 2018 14:35:02 +0000

Your message dated Wed, 3 Oct 2018 10:34:38 -0400
with message-id <address@hidden>
and subject line Re: [bug#32918] address@hidden
has caused the debbugs.gnu.org bug report #32918,
regarding Bump Go 1.11 to 1.11.1
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32918: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32918
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: address@hidden Date: Tue, 02 Oct 2018 16:49:20 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
I've also done some light testing on some small Go packages, and they
seem to work fine.

We should perhaps begin thinking about switching the Go build system to
the 1.11 series of releases.

>From 7828f705039d282729454ec6f41b3af331b6359f Mon Sep 17 00:00:00 2001
From: Katherine Cox-Buday <address@hidden>
Date: Tue, 2 Oct 2018 16:38:52 -0500
Subject: [PATCH] golang: Bump 1.11 to 1.11.1

https://groups.google.com/forum/#!topic/golang-announce/pFXKAfoVJqw
---
 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 bba03e77f..7a049e39e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -504,7 +504,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.10)
     (name "go")
-    (version "1.11")
+    (version "1.11.1")
     (source
      (origin
        (method url-fetch)
@@ -512,7 +512,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
                            name version ".src.tar.gz"))
        (sha256
         (base32
-         "1ysj04jzds6xa8kdflkdsgyv3mg9fdn90zdf78g4g6p4bwpy3hdg"))))
+         "05qivf2f59pv4bfrmdr4m0xvswkmvvl9c5a2h5dy45g2k8b8r3sm"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.10)
        ((#:phases phases)
-- 
2.17.1

-- 
Katherine

--- End Message ---
--- Begin Message --- Subject: Re: [bug#32918] address@hidden Date: Wed, 3 Oct 2018 10:34:38 -0400 User-agent: Mutt/1.10.1 (2018-07-13)
On Tue, Oct 02, 2018 at 04:49:20PM -0500, Katherine Cox-Buday wrote:
> diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
> index bba03e77f..7a049e39e 100644
> --- a/gnu/packages/golang.scm
> +++ b/gnu/packages/golang.scm
> @@ -504,7 +504,7 @@ in the style of communicating sequential processes 
> (@dfn{CSP}).")
>    (package
>      (inherit go-1.10)
>      (name "go")
> -    (version "1.11")
> +    (version "1.11.1")
>      (source
>       (origin
>         (method url-fetch)
> @@ -512,7 +512,7 @@ in the style of communicating sequential processes 
> (@dfn{CSP}).")
>                             name version ".src.tar.gz"))
>         (sha256
>          (base32
> -         "1ysj04jzds6xa8kdflkdsgyv3mg9fdn90zdf78g4g6p4bwpy3hdg"))))
> +         "05qivf2f59pv4bfrmdr4m0xvswkmvvl9c5a2h5dy45g2k8b8r3sm"))))
>      (arguments
>       (substitute-keyword-arguments (package-arguments go-1.10)
>         ((#:phases phases)

Thanks! Pushed as 227ce488d7b899636e8e8635cbd2d08fb21c56a2

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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