me
/
guix
Archived
1
0
Fork 0

gnu: emacs-rime: Update to 1.0.5.

* gnu/packages/emacs-xyz.scm (emacs-rime): Update to 1.0.5.
master
Nicolas Goaziou 2021-06-30 00:35:56 +02:00
parent d0aadf86ef
commit 8269d82868
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -26402,7 +26402,7 @@ REPL appropriate to the current major mode.")
(define-public emacs-rime
(package
(name "emacs-rime")
(version "1.0.4")
(version "1.0.5")
(source
(origin
(method git-fetch)
@ -26411,7 +26411,7 @@ REPL appropriate to the current major mode.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1a50cziwg7lpgh26yvwxs46jfyfq1m0l6igbg5g5m288mz4d3an9"))))
(base32 "0z0iwsqr92g8ykxb51gkawwxwzx0faw0027zgdi7c38ngjqld237"))))
(build-system emacs-build-system)
(arguments
'(#:include (cons "\\.so$" %default-include)