guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/13: gnu: musl: Update to 1.2.0.


From: guix-commits
Subject: 11/13: gnu: musl: Update to 1.2.0.
Date: Wed, 26 Feb 2020 15:57:40 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 233332c2e9cb76927dd7573b24bd7cdf7afca993
Author: Vincent Legoll <address@hidden>
AuthorDate: Mon Feb 24 23:42:35 2020 +0100

    gnu: musl: Update to 1.2.0.
    
    * gnu/packages/musl (musl): Update to 1.2.0.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/musl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/musl.scm b/gnu/packages/musl.scm
index 7e4e27d..44c3975 100644
--- a/gnu/packages/musl.scm
+++ b/gnu/packages/musl.scm
@@ -28,14 +28,14 @@
 (define-public musl
   (package
     (name "musl")
-    (version "1.1.24")
+    (version "1.2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.musl-libc.org/releases/";
                                   "musl-" version ".tar.gz"))
               (sha256
                (base32
-                "18r2a00k82hz0mqdvgm7crzc7305l36109c0j9yjmkxj2alcjw0k"))))
+                "1s6lix02k1ijm4nmhzpmwzk5w6xfkhn70nvvk8zjs51r24cpppn6"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; musl has no tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]