me
/
guix
Archived
1
0
Fork 0

gnu: musl: Update to 1.2.1.

* gnu/packages/musl.scm (musl): Update to 1.2.1.
master
Tobias Geerinckx-Rice 2020-08-11 05:47:14 +02:00
parent fa5e2f26d1
commit ec291843ce
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.0")
(version "1.2.1")
(source (origin
(method url-fetch)
(uri (string-append "https://www.musl-libc.org/releases/"
"musl-" version ".tar.gz"))
(sha256
(base32
"1s6lix02k1ijm4nmhzpmwzk5w6xfkhn70nvvk8zjs51r24cpppn6"))))
"0jz8fzwgvfyjgxjbpw35ixdglp2apqjvp8m386f6yr4zacc6xbv8"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; musl has no tests