guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 0f440afd3e95bce05c0f50018865bd9d5f5b36a4
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Dec 5 17:29:57 2025 +0100

    gnu: emacs-elchacha: Update to 1.0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-elchacha): Update to 1.0.4.
    
    Change-Id: I1197ae88e013aa48a423b6c1bc2735fc13df9003
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index aefba90807..33ac4ec3ec 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -615,7 +615,7 @@ supported algorithm is chosen to ensure interoperability 
with
 (define-public emacs-elchacha
   (package
     (name "emacs-elchacha")
-    (version "1.0.3")
+    (version "1.0.4")
     (source
      (origin
        (method git-fetch)
@@ -624,7 +624,7 @@ supported algorithm is chosen to ensure interoperability 
with
               (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ghh2gs36h4hnfi49y8f9bl002vjvrg239v5zgfp0mqfyr70lnqc"))))
+        (base32 "1f2nvfh2cdbb34x0smf1xlnwf8nw7mw3jng70ghkyjy7881s1f3x"))))
     (build-system emacs-build-system)
     (arguments
      (list

Reply via email to