gnu: musl: Update to 1.1.24.

* gnu/packages/musl.scm (musl): Update to 1.1.24.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-03 01:14:55 +01:00
parent a1da1dee88
commit e4f7edf19f
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@ -28,14 +28,14 @@ (define-module (gnu packages musl)
(define-public musl
(package
(name "musl")
(version "1.1.22")
(version "1.1.24")
(source (origin
(method url-fetch)
(uri (string-append "https://www.musl-libc.org/releases/"
"musl-" version ".tar.gz"))
(sha256
(base32
"1qr9xqdzziy5bsyyqlh6k8yz056ll55d5yvc0gbhz61ginj422cb"))))
"18r2a00k82hz0mqdvgm7crzc7305l36109c0j9yjmkxj2alcjw0k"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; musl has no tests