mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: musl: Update to 1.2.0.
* gnu/packages/musl (musl): Update to 1.2.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
176dd26b38
commit
233332c2e9
1 changed files with 2 additions and 2 deletions
|
@ -28,14 +28,14 @@ (define-module (gnu packages musl)
|
||||||
(define-public musl
|
(define-public musl
|
||||||
(package
|
(package
|
||||||
(name "musl")
|
(name "musl")
|
||||||
(version "1.1.24")
|
(version "1.2.0")
|
||||||
(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
|
||||||
"18r2a00k82hz0mqdvgm7crzc7305l36109c0j9yjmkxj2alcjw0k"))))
|
"1s6lix02k1ijm4nmhzpmwzk5w6xfkhn70nvvk8zjs51r24cpppn6"))))
|
||||||
(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 a new issue