[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: musl: Update to 1.2.5.
From: |
guix-commits |
Subject: |
04/07: gnu: musl: Update to 1.2.5. |
Date: |
Tue, 11 Jun 2024 18:27:04 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit f1b1c5fd6c4d92534080e0d8052aa4d6f2e6304d
Author: fanquake <fanquake@gmail.com>
AuthorDate: Wed May 22 12:37:48 2024 +0100
gnu: musl: Update to 1.2.5.
* gnu/packages/musl.scm (musl): Update to 1.2.5.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 dfd0e12186..60fcbce150 100644
--- a/gnu/packages/musl.scm
+++ b/gnu/packages/musl.scm
@@ -28,14 +28,14 @@
(define-public musl
(package
(name "musl")
- (version "1.2.4")
+ (version "1.2.5")
(source (origin
(method url-fetch)
(uri (string-append "https://www.musl-libc.org/releases/"
"musl-" version ".tar.gz"))
(sha256
(base32
- "0fgh2hhsbaksx7my6yiva4jqixi6hxwxx20ivb0afwjk7piyldbs"))))
+ "1r3mgky9d19b2285s274qxzlgs7sncx8plm01vd691sdx2xii8d9"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; musl has no tests
- branch master updated (7daf932892 -> 039da35176), guix-commits, 2024/06/11
- 03/07: gnu: cutter: Update to 2.3.4., guix-commits, 2024/06/11
- 01/07: gnu: e2fsprogs: Fix compilation for GNU/Hurd., guix-commits, 2024/06/11
- 05/07: gnu: blktrace: Update to 1.3.0., guix-commits, 2024/06/11
- 04/07: gnu: musl: Update to 1.2.5.,
guix-commits <=
- 02/07: gnu: libressl: Run tests under ‘datefudge’., guix-commits, 2024/06/11
- 07/07: doc: Update field name in gitile-configuration., guix-commits, 2024/06/11
- 06/07: gnu: godot: Update to 4.2.2., guix-commits, 2024/06/11