guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a8f120e27c1d56726132153de8f88e99a2a9535b
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 31 14:54:15 2026 +0100

    gnu: emacs-yaml: Update to 1.2.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 1.2.3.
    
    Change-Id: I60e893f8cd393a7bc1d7dff0d2dd585328f1639a
---
 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 22c1e856e2..bcd6e183c7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19144,7 +19144,7 @@ that uses the standard completion function 
completing-read.")
 (define-public emacs-yaml
   (package
     (name "emacs-yaml")
-    (version "1.2.1")
+    (version "1.2.3")
     (source
      (origin
        (method git-fetch)
@@ -19153,7 +19153,7 @@ that uses the standard completion function 
completing-read.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1gp3076cf32vq8925c38xpd9cxnndlx5xazagh34irrq6dvb2y10"))))
+        (base32 "1fb7hgb6r0pk30w2vdcci494rrn337ibjvq7xj1ihj2cv2xk8pdb"))))
     (build-system emacs-build-system)
     (arguments
      (list

Reply via email to