mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: musl: Update to 1.1.24.
* gnu/packages/musl.scm (musl): Update to 1.1.24.
This commit is contained in:
parent
a1da1dee88
commit
e4f7edf19f
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2016 Vincent Legoll <vincent.legoll@gmail.com>
|
;;; Copyright © 2016 Vincent Legoll <vincent.legoll@gmail.com>
|
||||||
;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -28,14 +28,14 @@ (define-module (gnu packages musl)
|
||||||
(define-public musl
|
(define-public musl
|
||||||
(package
|
(package
|
||||||
(name "musl")
|
(name "musl")
|
||||||
(version "1.1.22")
|
(version "1.1.24")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.musl-libc.org/releases/"
|
(uri (string-append "https://www.musl-libc.org/releases/"
|
||||||
"musl-" version ".tar.gz"))
|
"musl-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qr9xqdzziy5bsyyqlh6k8yz056ll55d5yvc0gbhz61ginj422cb"))))
|
"18r2a00k82hz0mqdvgm7crzc7305l36109c0j9yjmkxj2alcjw0k"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; musl has no tests
|
`(#:tests? #f ; musl has no tests
|
||||||
|
|
Loading…
Reference in a new issue