gnu: musl: Update to 1.1.22.
* gnu/packages/musl.scm (musl): Update to 1.1.22.
This commit is contained in:
parent
4c7eeee470
commit
ec9ce5c9a0
|
@ -28,14 +28,14 @@
|
||||||
(define-public musl
|
(define-public musl
|
||||||
(package
|
(package
|
||||||
(name "musl")
|
(name "musl")
|
||||||
(version "1.1.21")
|
(version "1.1.22")
|
||||||
(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
|
||||||
"0i2z52zgc86af1n1gjiz43hgd85mxjgvgn345zsybja9dxpvchn7"))))
|
"1qr9xqdzziy5bsyyqlh6k8yz056ll55d5yvc0gbhz61ginj422cb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; musl has no tests
|
`(#:tests? #f ; musl has no tests
|
||||||
|
|
Loading…
Reference in New Issue