[PATCH] gnu: musl: Update to 1.2.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • Michael Ford
  • Ludovic Courtès
Owner
unassigned
Submitted by
Michael Ford
Severity
normal
M
M
Michael Ford wrote on 22 May 13:39 +0200
(address . guix-patches@gnu.org)
CAFyhPjXsEn_J0JEmMVKqXpKFVWaQhOWQN14DXYvvKH771BhVQg@mail.gmail.com
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(-)

Toggle diff (23 lines)
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
L
L
Ludovic Courtès wrote on 12 Jun 00:07 +0200
(name . Michael Ford)(address . fanquake@gmail.com)(address . 71114-done@debbugs.gnu.org)
877cevkubb.fsf@gnu.org
Michael Ford <fanquake@gmail.com> skribis:

Toggle quote (7 lines)
>>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!
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 71114
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