gnu: emacs-rime: Update to 1.0.4.
* gnu/packages/emacs-xyz.scm (emacs-rime): Update to 1.0.4.
This commit is contained in:
parent
bed78cde49
commit
dbeebb2821
1 changed files with 2 additions and 2 deletions
|
@ -24874,7 +24874,7 @@ REPL appropriate to the current major mode.")
|
||||||
(define-public emacs-rime
|
(define-public emacs-rime
|
||||||
(package
|
(package
|
||||||
(name "emacs-rime")
|
(name "emacs-rime")
|
||||||
(version "1.0.3")
|
(version "1.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -24883,7 +24883,7 @@ REPL appropriate to the current major mode.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "08rzkiqwcl8j3i2yyibll5lcsj8720plzm9zfdgmxgkw7vhcyix5"))))
|
(base32 "1a50cziwg7lpgh26yvwxs46jfyfq1m0l6igbg5g5m288mz4d3an9"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Reference in a new issue