mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: icu4c: Update to 69.1.
* gnu/packages/icu4c.scm (icu4c): Update to 69.1.
This commit is contained in:
parent
09ee1a6116
commit
5492b1b50c
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
(define-public icu4c
|
||||
(package
|
||||
(name "icu4c")
|
||||
(version "67.1")
|
||||
(version "69.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -49,7 +49,7 @@
|
|||
(string-map (lambda (x) (if (char=? x #\.) #\_ x)) version)
|
||||
"-src.tgz"))
|
||||
(sha256
|
||||
(base32 "1p6mhvxl0xr2n0g6xdps3mwzwlv6mjsz3xlpm793p9aiybb0ra4l"))))
|
||||
(base32 "0icps0avkwy5df3wwc5kybxcg63hcgk4phdh9g244g0xrmx7pfjc"))))
|
||||
(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