gnu: musl: Update to 1.1.20.

* gnu/packages/musl.scm (musl): Update to 1.1.20.
master
Tobias Geerinckx-Rice 2018-09-09 13:17:08 +02:00
parent bb5e06a35e
commit bb105673b8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -28,17 +28,17 @@
(define-public musl
(package
(name "musl")
(version "1.1.19")
(version "1.1.20")
(source (origin
(method url-fetch)
(uri (string-append "http://www.musl-libc.org/releases/"
name "-" version ".tar.gz"))
(sha256
(base32
"1nf1wh44bhm8gdcfr75ayib29b99vpq62zmjymrq7f96h9bshnfv"))))
"0q8dsjxl41dccscv9a0r78bs7jap57mn4mni5pwbbip6s1qqggj4"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; Musl has no tests
`(#:tests? #f ; Musl has no tests
#:configure-flags
(list "--disable-gcc-wrapper")))
(synopsis "Small C standard library")