gnu: emacs-rime: Update to 1.0.4.
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 18 Feb 2021 15:26:09 +0000 (16:26 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 18 Feb 2021 15:26:09 +0000 (16:26 +0100)
* gnu/packages/emacs-xyz.scm (emacs-rime): Update to 1.0.4.

gnu/packages/emacs-xyz.scm

index 950c748..9d5b21f 100644 (file)
@@ -24874,7 +24874,7 @@ REPL appropriate to the current major mode.")
 (define-public emacs-rime
   (package
     (name "emacs-rime")
-    (version "1.0.3")
+    (version "1.0.4")
     (source
      (origin
        (method git-fetch)
@@ -24883,7 +24883,7 @@ REPL appropriate to the current major mode.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "08rzkiqwcl8j3i2yyibll5lcsj8720plzm9zfdgmxgkw7vhcyix5"))))
+        (base32 "1a50cziwg7lpgh26yvwxs46jfyfq1m0l6igbg5g5m288mz4d3an9"))))
     (build-system emacs-build-system)
     (arguments
      '(#:phases