[PATCH] gnu: musl: Update to 1.2.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210115085735.10913-1-vincent.legoll@gmail.com
* gnu/packages/musl.scm (musl): Update to 1.2.2.
---
gnu/packages/musl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/musl.scm b/gnu/packages/musl.scm
index 466e472deb..e8c51036d7 100644
--- a/gnu/packages/musl.scm
+++ b/gnu/packages/musl.scm
@@ -28,14 +28,14 @@
(define-public musl
(package
(name "musl")
- (version "1.2.1")
+ (version "1.2.2")
(source (origin
(method url-fetch)
(uri (string-append "https://www.musl-libc.org/releases/"
"musl-" version ".tar.gz"))
(sha256
(base32
- "0jz8fzwgvfyjgxjbpw35ixdglp2apqjvp8m386f6yr4zacc6xbv8"))))
+ "1p8r6bac64y98ln0wzmnixysckq3crca69ys7p16sy9d04i975lv"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; musl has no tests
--
2.30.0
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45888-done@debbugs.gnu.org)
YAVgLzcl5LfHcZOq@3900XT
Looks good! Patch pushed.

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmAFYCwACgkQQarn3Mo9
g1HERw//Sv7m0YYtSULscLgdlOfaY/M5w++wnxy3Tk5hhQdUHi5ZT9IDzMgm6YfD
UqSNRHz8QGDhF53T6Iw5KZOBUOBKplv9NW1AdPJsbCKJwdIk3bU95k0ei45VWU/h
z5Musp4L9lg9N3C8o+HIdjM/I4QfoV+/WfjM/ntWfz11RB1DHeifaHd06GkGaCiA
esNFBAfD2vdDTuK+QUrIoprffqqgxcK/SNC0cW82SKf0yM/bH/fjf/DKNJp1GfzQ
0GdEOAq8NRM4eXtVwc7isaheYsyBqPRA7LkGYLThXysTws0eh7GtOfibcqUl7zbf
PATmMYIfP3C/YZCZ1QJeUwopUlW90NUVJbEjm7UHYQTHhtTeyhRDOXOKQa0RDrJk
WAw1ybRQv370A0grqVRR87vdkvhQbaRUn0UfGe0HiANO0DPHNYxtcMmN7irD8KDz
ui4G/udLpWRyBACyHLZXxN6i9ZMHUAYdbjinF/+KXzPhsJDh9MBVgrK7dIp0PFg4
51Rlosk9MouV1ib3U9AFWNhurH8PAsrfyw/n4G94NiKa4ahO5/F6njR/vCup4IwC
XkfxQV0REyY3UQxDnBSVtDvbCRRd6/Cp+0JBqsuDpqsga0uOfhjn5984JJFH/L4k
nFcewSSkdcKuYnZyv2lv1/AGyYpwLlPO0Crc4WOZCS6DqStqwBU=
=4ehG
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45888@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45888
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help