gnu: musl: Update to 1.1.24.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 3 Jan 2020 00:14:55 +0000 (01:14 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 3 Jan 2020 12:54:11 +0000 (13:54 +0100)
* gnu/packages/musl.scm (musl): Update to 1.1.24.

gnu/packages/musl.scm

index 1356b8d..6a6344e 100644 (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.
 ;;;
 (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