all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#70327] [PATCH] gnu: go-1.22: Update to 1.22.2.
@ 2024-04-10 21:31 Brennan Vincent
  2024-04-19 16:23 ` bug#70327: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Brennan Vincent @ 2024-04-10 21:31 UTC (permalink / raw)
  To: 70327; +Cc: Brennan Vincent, sharlatanus

* gnu/packages/golang.scm (go-1.22): Update to 1.22.2.

Change-Id: I2f30d9d851e97399be771e878a9158b56ff08e1b
---
 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 0eea164e42..f6e814f5f0 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1119,7 +1119,7 @@ (define-public go-1.22
   (package
     (inherit go-1.21)
     (name "go")
-    (version "1.22.1")
+    (version "1.22.2")
     (source
      (origin
        (method git-fetch)
@@ -1128,7 +1128,7 @@ (define-public go-1.22
              (commit (string-append "go" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "01zz8n5c32vympr2l9jdg5pzn63d3z28p0d4q6wmd0pr2jd3l3wn"))))
+        (base32 "0p6v5dl4mzlrma6v1a26d8zr4csq5mm10d9sdhl3kn9d22vphql1"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.21)
        ((#:phases phases)
-- 
2.41.0






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

* bug#70327: [PATCH] gnu: go-1.22: Update to 1.22.2.
  2024-04-10 21:31 [bug#70327] [PATCH] gnu: go-1.22: Update to 1.22.2 Brennan Vincent
@ 2024-04-19 16:23 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-04-19 16:23 UTC (permalink / raw)
  To: 70327-done

[-- Attachment #1: Type: text/plain, Size: 73 bytes --]


Pushed as 8dab3df9529387ec1459d5483ac9664969c52e78 to go-team.

--
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2024-04-19 16:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-10 21:31 [bug#70327] [PATCH] gnu: go-1.22: Update to 1.22.2 Brennan Vincent
2024-04-19 16:23 ` bug#70327: " Sharlatan Hellseher

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.