From 092689f8d4399339eaff3e0066afe7d5e12f8bd3 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 6 Dec 2025 10:21:37 +0100 Subject: [PATCH] gnu: emacs-yaml: Update to 1.2.1. * gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 1.2.1. Change-Id: I6f37968d3f994e7afee1f6d01fb0dd016e96e4a7 --- 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 57a671775cdc3b9d6e30a95983d851f0b5078b57..28f36e3bfbe1233aba69caa961f16d222821358d 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -18822,7 +18822,7 @@ that uses the standard completion function completing-read.") (define-public emacs-yaml (package (name "emacs-yaml") - (version "1.2.0") + (version "1.2.1") (source (origin (method git-fetch) @@ -18831,7 +18831,7 @@ that uses the standard completion function completing-read.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "131g2nv18fjcqgc9v17b0a7zyw2m6ydbhj6riahihd340bci2s6w")))) + (base32 "1gp3076cf32vq8925c38xpd9cxnndlx5xazagh34irrq6dvb2y10")))) (build-system emacs-build-system) (arguments (list