mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
|
||||
(package
|
||||
(name "uim")
|
||||
(version "1.8.6")
|
||||
(version "1.8.8")
|
||||
(source
|
||||
(origin
|
||||
(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"))
|
||||
(sha256
|
||||
(base32
|
||||
"0pr3rfqpxha8p6cxzdjsxbbmmr76riklzw36f68phd1zqw1sh7kv"))))
|
||||
"1p7sl0js47ja4glmax93ci59h02ipqw3wxkh4f1qgaz5qjy9nn9l"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("anthy" ,anthy)
|
||||
|
|
Loading…
Reference in a new issue