gnu: uchardet: Update to 0.0.8.

* gnu/packages/freedesktop.scm (uchardet): Update to 0.0.8.

Change-Id: I8a601ec7ef9b92b0efe4bc9b23affa6dc4bde24e
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Parnikkapore 2024-03-03 17:59:08 +07:00 committed by 宋文武
parent 9b1cab9047
commit 7758e63f7a
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -2426,14 +2426,14 @@ (define-public perl-file-mimeinfo
(define-public uchardet
(package
(name "uchardet")
(version "0.0.7")
(version "0.0.8")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.freedesktop.org/software/"
name "/releases/" name "-" version ".tar.xz"))
(sha256
(base32 "1ca51sryhryqz82v4d0graaiqqq5w2f33a9gj83b910xmq499irz"))))
(base32 "1w659aiphbnczpry771diakrzg9a8aqpn2abcxx1870aq37n0yp9"))))
(build-system cmake-build-system)
(home-page "https://www.freedesktop.org/wiki/Software/uchardet/")
(synopsis "Encoding detector library")