Skip to content
Snippets Groups Projects
Unverified Commit f7a25b50 authored by Meiyo Peng's avatar Meiyo Peng Committed by Ludovic Courtès
Browse files

gnu: ibus-rime: Update to 1.4.0.


* gnu/packages/ibus.scm (ibus-rime): Update to 1.4.0.

Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent 775e81b5
No related branches found
No related tags found
No related merge requests found
...@@ -626,7 +626,7 @@ (define-public rime-data ...@@ -626,7 +626,7 @@ (define-public rime-data
(define-public ibus-rime (define-public ibus-rime
(package (package
(name "ibus-rime") (name "ibus-rime")
(version "1.3.0") (version "1.4.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
...@@ -635,7 +635,7 @@ (define-public ibus-rime ...@@ -635,7 +635,7 @@ (define-public ibus-rime
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1nqi7ymv34a9kx24say3xj98lkrs9nkpv1n2ijb91wdz3cr012ly")))) (base32 "12y6jdz1amhgrnqa7zjim63dfsz6zyxyahbirfan37wmcfp6gp1d"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment