[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: icu4c: Update to 64.2.
From: |
guix-commits |
Subject: |
04/10: gnu: icu4c: Update to 64.2. |
Date: |
Sat, 4 May 2019 10:56:14 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 27ed6960beda88e823790f3ab4cd9af9772c00ae
Author: Marius Bakke <address@hidden>
Date: Thu May 2 13:58:57 2019 +0200
gnu: icu4c: Update to 64.2.
* gnu/packages/icu4c.scm (icu4c): Update to 64.2.
[native-inputs]: Add PYTHON.
---
gnu/packages/icu4c.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/icu4c.scm b/gnu/packages/icu4c.scm
index 6e93d6a..054c41d 100644
--- a/gnu/packages/icu4c.scm
+++ b/gnu/packages/icu4c.scm
@@ -23,6 +23,7 @@
(define-module (gnu packages icu4c)
#:use-module (gnu packages)
#:use-module (gnu packages perl)
+ #:use-module (gnu packages python)
#:use-module (guix licenses)
#:use-module (guix packages)
#:use-module (guix download)
@@ -32,7 +33,7 @@
(define-public icu4c
(package
(name "icu4c")
- (version "63.1")
+ (version "64.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -42,8 +43,10 @@
(string-map (lambda (x) (if (char=? x #\.) #\_ x)) version)
"-src.tgz"))
(sha256
- (base32 "17fbk0lm2clsxbmjzvyp245ayx0n4chji3ky1f3fbz2ljjv91i05"))))
+ (base32 "0v0xsf14xwlj125y9fd8lrhsaych4d8liv8gr746zng6g225szb2"))))
(build-system gnu-build-system)
+ (native-inputs
+ `(("python" ,python)))
(inputs
`(("perl" ,perl)))
(arguments
- branch core-updates updated (a5e9413 -> 420b013), guix-commits, 2019/05/04
- 02/10: gnu: CMake: Update to 3.14.3., guix-commits, 2019/05/04
- 06/10: gnu: SQLite: Update to 3.28.0., guix-commits, 2019/05/04
- 09/10: gnu: QPDF: Update to 8.4.1., guix-commits, 2019/05/04
- 10/10: gnu: libpng: Don't build 'libpng16.a'., guix-commits, 2019/05/04
- 07/10: gnu: nghttp2: Update to 1.38.0., guix-commits, 2019/05/04
- 04/10: gnu: icu4c: Update to 64.2.,
guix-commits <=
- 05/10: gnu: OpenBLAS: Update to 0.3.6., guix-commits, 2019/05/04
- 08/10: gnu: perl: Update to 5.28.2., guix-commits, 2019/05/04
- 01/10: gnu: meson: Update to 0.50.1., guix-commits, 2019/05/04
- 03/10: gnu: fontforge: Update to 20190413., guix-commits, 2019/05/04