[PATCH] gnu: icu4c: Update to 68.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)
20201228111636.18069-1-vincent.legoll@gmail.com
* gnu/packages/icu4c.scm (icu4c): Update to 68.2.
---
gnu/packages/icu4c.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/icu4c.scm b/gnu/packages/icu4c.scm
index 952bb96fd9..bf98fc3a40 100644
--- a/gnu/packages/icu4c.scm
+++ b/gnu/packages/icu4c.scm
@@ -117,7 +117,7 @@ C/C++ part.")
(define-public icu4c-68
(package
(inherit icu4c)
- (version "68.1")
+ (version "68.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -128,7 +128,7 @@ C/C++ part.")
"-src.tgz"))
(sha256
(base32
- "0bcznbxvdvxbfsiv3qj2f2f1rrbf3syhhhwbhx9qwjs3nkcf7wm9"))))))
+ "09fng7a80xj8d5r1cgbgq8r47dsw5jsr6si9p2cj2ylhwgg974f7"))))))
(define-public icu4c-build-root
(package
--
2.29.2
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45486-done@debbugs.gnu.org)
X/DwHmM05xUmQT4j@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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/w8B4ACgkQQarn3Mo9
g1GARg/6Ajqsyd/VauZQtUsWX2H4/aFtdKZgNy0Zd9SQRUDDbBr9e2Ab2IZnAgN7
J+fIkG4d09GxrZ7dNkNhDntM7YEuW2ILRoodAUoOrsPkbFPhPaavu0L8s9uBYd70
OKE3ROlLTxodGY/HUOx+xUdgAuoEkYz0m6fkUVtUCoaufdnEALY8cg05yYi1Seqh
Ovi7QHN5AXt5VMTYzl3KKwhM5kI/bqE2rTwYfmcZGHbwJ92p0xFgNQmkVmpADW8v
Kl7Gw+4+VexlhcwKjsJnUFlyE/1qBZ2bE+NMDWuVHpYcCzvrRqYkeikmAXM8+S6y
HnTNL4ZV/Euh4yNAgdvqEfF+fmA9fJ/UqZmUHnFw5eOXPOb4We4fcEU3IBVVErRW
uPTi6iDA0v/7wTB2i27Ib0J9+zXlNLY/idB4OIdzyoSE1qA3Zj/uYm8IRqbmd4n0
6XOOCFWzWc65mF95qLSknBtAPbBQeFcrip8ZWrgXoVNs7eVW7/V5os20NQ0P/Vfx
ONMDkbhKn1vaoO9wHymytW1eXHZf9qrHB0ye3qFa8SSEOrrmZ+j22mMLi5q2lBAH
urVOJIWYJ9ttn0ey5Wt7Cd9mxRdcvMTzXwfp56MD6yrb9ed+CP6Jz0e/EuIsfZDg
owr4esHxvUNHm1ZGQmUjRQLRhBqef3illDi8t3iqqizxVHFE500=
=FUss
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 45486
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