* [bug#71114] [PATCH] gnu: musl: Update to 1.2.5.
@ 2024-05-22 11:39 Michael Ford
2024-06-11 22:07 ` bug#71114: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Michael Ford @ 2024-05-22 11:39 UTC (permalink / raw)
To: 71114
From a1ab268b05736bffd074bfec9d5ea90adf1109bd Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Wed, 22 May 2024 12:37:48 +0100
Subject: [PATCH] gnu: musl: Update to 1.2.5.
* gnu/packages/musl.scm (musl): Update to 1.2.5.
---
gnu/packages/musl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/musl.scm b/gnu/packages/musl.scm
index dfd0e12186..60fcbce150 100644
--- a/gnu/packages/musl.scm
+++ b/gnu/packages/musl.scm
@@ -28,14 +28,14 @@ (define-module (gnu packages musl)
(define-public musl
(package
(name "musl")
- (version "1.2.4")
+ (version "1.2.5")
(source (origin
(method url-fetch)
(uri (string-append "https://www.musl-libc.org/releases/"
"musl-" version ".tar.gz"))
(sha256
(base32
- "0fgh2hhsbaksx7my6yiva4jqixi6hxwxx20ivb0afwjk7piyldbs"))))
+ "1r3mgky9d19b2285s274qxzlgs7sncx8plm01vd691sdx2xii8d9"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; musl has no tests
--
2.45.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#71114: [PATCH] gnu: musl: Update to 1.2.5.
2024-05-22 11:39 [bug#71114] [PATCH] gnu: musl: Update to 1.2.5 Michael Ford
@ 2024-06-11 22:07 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-06-11 22:07 UTC (permalink / raw)
To: Michael Ford; +Cc: 71114-done
Michael Ford <fanquake@gmail.com> skribis:
>>From a1ab268b05736bffd074bfec9d5ea90adf1109bd Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake@gmail.com>
> Date: Wed, 22 May 2024 12:37:48 +0100
> Subject: [PATCH] gnu: musl: Update to 1.2.5.
>
> * gnu/packages/musl.scm (musl): Update to 1.2.5.
Applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-11 22:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-22 11:39 [bug#71114] [PATCH] gnu: musl: Update to 1.2.5 Michael Ford
2024-06-11 22:07 ` bug#71114: " Ludovic Courtès
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.