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:
parent
9b1cab9047
commit
7758e63f7a
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue