gnu: uim: Update to 1.8.8.
* gnu/packages/xorg.scm (uim): Update to 1.8.8.
This commit is contained in:
parent
3659b0d7bf
commit
ebbc0feaac
1 changed files with 3 additions and 3 deletions
|
@ -6044,15 +6044,15 @@ (define-public xpra
|
||||||
(define-public uim
|
(define-public uim
|
||||||
(package
|
(package
|
||||||
(name "uim")
|
(name "uim")
|
||||||
(version "1.8.6")
|
(version "1.8.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/uim/uim/releases/download/uim-"
|
(uri (string-append "https://github.com/uim/uim/releases/download/"
|
||||||
version "/uim-" version ".tar.bz2"))
|
version "/uim-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pr3rfqpxha8p6cxzdjsxbbmmr76riklzw36f68phd1zqw1sh7kv"))))
|
"1p7sl0js47ja4glmax93ci59h02ipqw3wxkh4f1qgaz5qjy9nn9l"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("anthy" ,anthy)
|
`(("anthy" ,anthy)
|
||||||
|
|
Loading…
Reference in a new issue