guix-commits
[Top][All Lists]
Advanced

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

05/16: gnu: musl: Update to 1.1.21.


From: guix-commits
Subject: 05/16: gnu: musl: Update to 1.1.21.
Date: Mon, 18 Feb 2019 12:07:29 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8fdd072bcae7a5cd8bba1c938e831b81c4b59ca1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 18 17:25:21 2019 +0100

    gnu: musl: Update to 1.1.21.
    
    * gnu/packages/musl.scm (musl): Update to 1.1.21.
---
 gnu/packages/musl.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/musl.scm b/gnu/packages/musl.scm
index 357372b..0d8ec11 100644
--- a/gnu/packages/musl.scm
+++ b/gnu/packages/musl.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 Vincent Legoll <address@hidden>
 ;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -28,17 +28,17 @@
 (define-public musl
   (package
     (name "musl")
-    (version "1.1.20")
+    (version "1.1.21")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.musl-libc.org/releases/";
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0q8dsjxl41dccscv9a0r78bs7jap57mn4mni5pwbbip6s1qqggj4"))))
+                "0i2z52zgc86af1n1gjiz43hgd85mxjgvgn345zsybja9dxpvchn7"))))
     (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")



reply via email to

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