mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: icu4c: Update to 66.1.
* gnu/packages/icu4c.scm (icu4c): Update to 66.1.
This commit is contained in:
parent
eceaa46730
commit
8d425d74d2
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ (define-module (gnu packages icu4c)
|
|||
(define-public icu4c
|
||||
(package
|
||||
(name "icu4c")
|
||||
(version "65.1")
|
||||
(version "66.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -46,7 +46,7 @@ (define-public icu4c
|
|||
(string-map (lambda (x) (if (char=? x #\.) #\_ x)) version)
|
||||
"-src.tgz"))
|
||||
(sha256
|
||||
(base32 "0j6r6qqnhfr5iqkx53k63ifkm93kv1kkb7h2mlgd1mnnndk79qsk"))))
|
||||
(base32 "0bharwzc9nzkbrcf405z2nb3h7q0711z450arz0mjmdrk8hg58sj"))))
|
||||
(build-system gnu-build-system)
|
||||
;; When cross-compiling, this package needs a source directory of a
|
||||
;; native-build of itself.
|
||||
|
|
Loading…
Reference in a new issue