[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/17: gnu: musl: Update to 1.1.19.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/17: gnu: musl: Update to 1.1.19. |
Date: |
Fri, 23 Feb 2018 11:46:33 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 4b971dde8f987c0762d9e5bac9243ce930881376
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Feb 23 13:01:37 2018 +0100
gnu: musl: Update to 1.1.19.
* gnu/packages/musl.scm (musl): Update to 1.1.19.
---
gnu/packages/musl.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/musl.scm b/gnu/packages/musl.scm
index 7c78d29..fb9b0a1 100644
--- a/gnu/packages/musl.scm
+++ b/gnu/packages/musl.scm
@@ -1,6 +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>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -27,14 +28,14 @@
(define-public musl
(package
(name "musl")
- (version "1.1.18")
+ (version "1.1.19")
(source (origin
(method url-fetch)
(uri (string-append "http://www.musl-libc.org/releases/"
name "-" version ".tar.gz"))
(sha256
(base32
- "0651lnj5spckqjf83nz116s8qhhydgqdy3rkl4icbh5f05fyw5yh"))))
+ "1nf1wh44bhm8gdcfr75ayib29b99vpq62zmjymrq7f96h9bshnfv"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; Musl has no tests
- branch master updated (18cbba2 -> 8572adb), Tobias Geerinckx-Rice, 2018/02/23
- 04/17: gnu: bpython: Update to 0.17.1., Tobias Geerinckx-Rice, 2018/02/23
- 01/17: gnu: parallel: Update to 20180222., Tobias Geerinckx-Rice, 2018/02/23
- 08/17: gnu: execline: Update to 2.3.0.4., Tobias Geerinckx-Rice, 2018/02/23
- 03/17: gnu: musl: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/02/23
- 12/17: gnu: s6-linux-utils: Update to 2.4.0.2., Tobias Geerinckx-Rice, 2018/02/23
- 10/17: gnu: s6: Update to 2.7.0.0., Tobias Geerinckx-Rice, 2018/02/23
- 02/17: gnu: musl: Update to 1.1.19.,
Tobias Geerinckx-Rice <=
- 11/17: gnu: s6-rc: Update to 0.4.0.0., Tobias Geerinckx-Rice, 2018/02/23
- 09/17: gnu: s6-portable-utils: Update to 2.2.1.1., Tobias Geerinckx-Rice, 2018/02/23
- 17/17: gnu: calibre: Spell ‘e-book’ consistently., Tobias Geerinckx-Rice, 2018/02/23
- 07/17: gnu: skalibs: Update to 2.6.3.1., Tobias Geerinckx-Rice, 2018/02/23
- 16/17: gnu: calibre: Update to 3.17.0., Tobias Geerinckx-Rice, 2018/02/23
- 05/17: gnu: optipng: Update to 0.7.7 [security fixes]., Tobias Geerinckx-Rice, 2018/02/23
- 06/17: gnu: skarnet: Use HTTPS for home pages., Tobias Geerinckx-Rice, 2018/02/23
- 15/17: gnu: s6-networking: Update to 2.3.0.2., Tobias Geerinckx-Rice, 2018/02/23
- 14/17: gnu: s6-dns: Update to 2.3.0.0., Tobias Geerinckx-Rice, 2018/02/23
- 13/17: gnu: Add s6-linux-init., Tobias Geerinckx-Rice, 2018/02/23