gnu: musl: Update to 1.2.5.

* gnu/packages/musl.scm (musl): Update to 1.2.5.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
fanquake 2024-05-22 12:37:48 +01:00 committed by Ludovic Courtès
parent 6153ba29b9
commit f1b1c5fd6c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -28,14 +28,14 @@ (define-module (gnu packages musl)
(define-public musl (define-public musl
(package (package
(name "musl") (name "musl")
(version "1.2.4") (version "1.2.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.musl-libc.org/releases/" (uri (string-append "https://www.musl-libc.org/releases/"
"musl-" version ".tar.gz")) "musl-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0fgh2hhsbaksx7my6yiva4jqixi6hxwxx20ivb0afwjk7piyldbs")))) "1r3mgky9d19b2285s274qxzlgs7sncx8plm01vd691sdx2xii8d9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; musl has no tests `(#:tests? #f ; musl has no tests