me
/
guix
Archived
1
0
Fork 0

gnu: uchardet: Update to 0.0.7.

* gnu/packages/freedesktop.scm (uchardet): Update to 0.0.7.
master
Tobias Geerinckx-Rice 2020-09-01 02:49:02 +02:00
parent b63253004e
commit e071b0c940
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1717,14 +1717,14 @@ their MIME type.
(define-public uchardet
(package
(name "uchardet")
(version "0.0.6")
(version "0.0.7")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.freedesktop.org/software/"
name "/releases/" name "-" version ".tar.xz"))
(sha256
(base32 "0q9c02b6nmw41yfsiqsnphgc3f0yg3fj31wkccp47cmwvy634lc3"))))
(base32 "1ca51sryhryqz82v4d0graaiqqq5w2f33a9gj83b910xmq499irz"))))
(build-system cmake-build-system)
(home-page "https://www.freedesktop.org/wiki/Software/uchardet/")
(synopsis "Encoding detector library")