me
/
guix
Archived
1
0
Fork 0

gnu: musl: Update to 1.2.4.

* gnu/packages/musl.scm (musl): Update to 1.2.4.
master
Tobias Geerinckx-Rice 2023-09-10 02:00:00 +02:00
parent 609de77184
commit ef27d1cd1e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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