mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: musl: Update to 1.2.1.
* gnu/packages/musl.scm (musl): Update to 1.2.1.
This commit is contained in:
parent
fa5e2f26d1
commit
ec291843ce
1 changed files with 2 additions and 2 deletions
|
@ -28,14 +28,14 @@ (define-module (gnu packages musl)
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue