[PATCH 2/2] gnu: go-1.23: Upgrade to release 1.23.5

  • Done
  • quality assurance status badge
Details
2 participants
  • Ryan Sundberg
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Ryan Sundberg
Severity
normal

Debbugs page

Ryan Sundberg wrote 2 months ago
(address . guix-patches@gnu.org)(name . Ryan Sundberg)(address . ryan@arctype.co)
659caad8f22b9e5593046f3a3850c318708b7881.1737417773.git.ryan@arctype.co
Upgrade go 1.23 to the latest patch release.

* gnu/packages/golang (go-1.23): Upgrade source

Change-Id: I730595238e8379acfd4567ac3b9ccefa65cb34ec
---
gnu/packages/golang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index d39e50e982..02313ab951 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -992,7 +992,7 @@ (define-public go-1.23
(package
(inherit go-1.22)
(name "go")
- (version "1.23.2")
+ (version "1.23.5")
(source
(origin
(method git-fetch)
@@ -1001,7 +1001,7 @@ (define-public go-1.23
(commit (string-append "go" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0v8j43yqkhp5i5649nbxsq7lc9bjjn39gqqvlnz0d9c47qz9h7y7"))))
+ (base32 "0iffjgsmh4ilc1r30zbidqvxz2dd8k0sml5rzzk1k4wkab0cjw0i"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.22)
((#:phases phases)
--
2.41.0
Sharlatan Hellseher wrote 2 months ago
(address . 75715-done@debbugs.gnu.org)
87h65ogyfe.fsf@gmail.com
Hi,

Closing as not applicable anymore, updated on go-team.

--
Thanks,
Oleg
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmeTjrUACgkQdtcnv/Ys
0rVFoA/7BN0OjkhKPmNc2orTKMKUsFbMUVWoo7inYvWlLr/kBdr/j/3i5iVQY4Wq
2fnCPcoQd89YYPCmh43yX5xQBdwckF/o/glel+XCJwulRy4pUEp7mtYqRmwWk6Qb
6CDUaGq7zs7P347HQ1QydlVV8zDyXhzuhU5Uj91GbTxwYvFh7IWNDX8Y9ywluVV4
WiVRw87wowQte4HhdktyFOZsjvjJdnKmtd4m9uwY+Nyq8H64UhQsRWAwnpuu7/z2
2+zQTQ3ZhVHoJUMrArkNQcKyfdhWY84JJBruZWXarnSuTBGxVAkPvfvK8eq/rzie
t2DujetAJour5vSSe6EtoRT2ZoUEEZuTiC54TiDwjxVdc7NSanswjdVKMgCTuYKW
phjXhNEOn9Q6l2AsxWJyjj0GbOJHMOcNhG1+SdAAPgKvVLLFfBsTo/Pz01cVp+6i
R3lVhTOhzHzb72qeLLyFwO0Z7kWZwzJbAR8DieyTFaPC/9o9QDhNtvXlQoVtMr3R
B1ESMQGyUZfDimV5eK9DnSmC1DDFO2EKxPJpsLR609WBEqAvVstVQWTSJUT9/HBB
UnjYuORgpes/yjm+wxpX3xohrk/VLwSsqeH7kGP/Nzsiq9RMfvWE4i+4YFf3AR3j
srGSxtlzlLFYMiFU3yQNXswERyOQr1IABey2hWcEYjwefDdRZvM=
=o0Pp
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 75715@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75715
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help