all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vincent Legoll <vincent.legoll@gmail.com>
To: 39772@debbugs.gnu.org
Subject: [bug#39772] [PATCH] gnu: musl: Update to 1.2.0.
Date: Mon, 24 Feb 2020 23:46:20 +0100	[thread overview]
Message-ID: <CAEwRq=owBDX7EhEsk9V-0SsJRNcikhyz-xUor8UbEfHS7O0krg@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 90 bytes --]

Beware, this is a version with 64 bit time_t support
on 32 bit archs.

-- 
Vincent Legoll

[-- Attachment #2: 0001-gnu-musl-Update-to-1.2.0.patch --]
[-- Type: text/x-patch, Size: 1120 bytes --]

From 6bda7dbba8f22d0d45d1ee889194435709953dfb Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Mon, 24 Feb 2020 23:42:35 +0100
Subject: [PATCH] gnu: musl: Update to 1.2.0.

* gnu/packages/musl (musl): Update to 1.2.0.
---
 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 7e4e27d00d..44c39750d6 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
-- 
2.25.1


             reply	other threads:[~2020-02-24 22:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-24 22:46 Vincent Legoll [this message]
2020-02-26 20:47 ` bug#39772: [PATCH] gnu: musl: Update to 1.2.0 Marius Bakke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEwRq=owBDX7EhEsk9V-0SsJRNcikhyz-xUor8UbEfHS7O0krg@mail.gmail.com' \
    --to=vincent.legoll@gmail.com \
    --cc=39772@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.