This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6f0d8d658f gnu: emacs-elastic-modes: Update to 1.0.0-2.c577e89.
6f0d8d658f is described below

commit 6f0d8d658fd51a5610ba2ef2b43c4a5c7cff435d
Author: λx.x <[email protected]>
AuthorDate: Sat Dec 27 13:48:15 2025 +0300

    gnu: emacs-elastic-modes: Update to 1.0.0-2.c577e89.
    
    * gnu/packages/emacs-xyz.scm (emacs-elastic-modes): Update to
    1.0.0-2.c577e89.
    [version]: Use git-version.
    
    Closes guix/guix#5132
    
    Change-Id: Ibbc10ab3961086dd3746ba47b57158e616ef83e2
    Modified-by: Cayetano Santos <[email protected]>
    Signed-off-by: Cayetano Santos <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1586dd9e2b..61fdab476e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -163,6 +163,7 @@
 ;;; Copyright @ 2025 Andrew Wong <[email protected]>
 ;;; Copyright @ 2025 Nik Gaffney <[email protected]>
 ;;; Copyright © 2025 Untrusem <[email protected]>
+;;; Copyright © 2025 case_lambda <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -11272,11 +11273,11 @@ not hang at all.")
     (license license:gpl3+)))
 
 (define-public emacs-elastic-modes
-  (let ((commit "ea49bb03b78cb9fd17655990223e3095f137a3ce")
-        (revision "1"))
+  (let ((commit "c577e8921a4d9bd77742729707152bc557fae3e2")
+        (revision "2"))
     (package
       (name "emacs-elastic-modes")
-      (version "1.0.0")
+      (version (git-version "1.0.0" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -11285,7 +11286,7 @@ not hang at all.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1dkigkjw4i9nz5rl0dnic16ljdnp5cyz2xic3hc2myqnjlqnc6z6"))))
+                  "0r40g7zgz9072x74qbnv8lmql0gajsz2p8b8jckmgyniakmln69v"))))
       (build-system emacs-build-system)
       (arguments (list #:tests? #false)) ;no tests
       (propagated-inputs (list emacs-dash))

Reply via email to