all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61136] [PATCH staging] gnu: go-1.17: Update to 1.17.13.
@ 2023-01-29  6:01 Hilton Chain via Guix-patches via
  2023-03-31  3:56 ` bug#61136: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-01-29  6:01 UTC (permalink / raw)
  To: 61136

From e0744de6865a343a0d632ac96c949a2efa6cf3e8 Mon Sep 17 00:00:00 2001
From: Hilton Chain <hako@ultrarare.space>
Date: Sun, 29 Jan 2023 13:38:47 +0800
Subject: [PATCH staging] gnu: go-1.17: Update to 1.17.13.

* gnu/packages/golang.scm (go-1.17): Update to 1.17.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 70ddef52f1..b95e027399 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -634,7 +634,7 @@ (define-public go-1.17
   (package
     (inherit go-1.16)
     (name "go")
-    (version "1.17.11")
+    (version "1.17.13")
     (source
      (origin
        (method git-fetch)
@@ -644,7 +644,7 @@ (define-public go-1.17
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "11wy6092qm7v0n10cjkyp49sbchqazi3vnij8k2sq7k7jaj63z5p"))))
+         "05m8gr050kagvn22lfnjrgms03l5iphd1m4v6z7yqlhn9gdp912d"))))
     (outputs '("out" "tests")) ; 'tests' contains distribution tests.
     (arguments
      `(#:modules ((ice-9 match)

base-commit: cd5e9bddce1cde307dca446f2e620e7f422e7fe1
-- 
2.39.1





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

* bug#61136: [PATCH staging] gnu: go-1.17: Update to 1.17.13.
  2023-01-29  6:01 [bug#61136] [PATCH staging] gnu: go-1.17: Update to 1.17.13 Hilton Chain via Guix-patches via
@ 2023-03-31  3:56 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2023-03-31  3:56 UTC (permalink / raw)
  To: Hilton Chain; +Cc: 61136-done

Hello,

Hilton Chain <hako@ultrarare.space> writes:

>>From e0744de6865a343a0d632ac96c949a2efa6cf3e8 Mon Sep 17 00:00:00 2001
> From: Hilton Chain <hako@ultrarare.space>
> Date: Sun, 29 Jan 2023 13:38:47 +0800
> Subject: [PATCH staging] gnu: go-1.17: Update to 1.17.13.
>
> * gnu/packages/golang.scm (go-1.17): Update to 1.17.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 70ddef52f1..b95e027399 100644
> --- a/gnu/packages/golang.scm
> +++ b/gnu/packages/golang.scm
> @@ -634,7 +634,7 @@ (define-public go-1.17
>    (package
>      (inherit go-1.16)
>      (name "go")
> -    (version "1.17.11")
> +    (version "1.17.13")
>      (source
>       (origin
>         (method git-fetch)
> @@ -644,7 +644,7 @@ (define-public go-1.17
>         (file-name (git-file-name name version))
>         (sha256
>          (base32
> -         "11wy6092qm7v0n10cjkyp49sbchqazi3vnij8k2sq7k7jaj63z5p"))))
> +         "05m8gr050kagvn22lfnjrgms03l5iphd1m4v6z7yqlhn9gdp912d"))))
>      (outputs '("out" "tests")) ; 'tests' contains distribution tests.
>      (arguments
>       `(#:modules ((ice-9 match)
>
> base-commit: cd5e9bddce1cde307dca446f2e620e7f422e7fe1

Installed, at last!

-- 
Thanks,
Maxim




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

end of thread, other threads:[~2023-03-31  3:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-29  6:01 [bug#61136] [PATCH staging] gnu: go-1.17: Update to 1.17.13 Hilton Chain via Guix-patches via
2023-03-31  3:56 ` bug#61136: " Maxim Cournoyer

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.