From 7c5d3a11d2c40f2024990bd0a1b9bcd202690f64 Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Sun, 26 Oct 2025 08:07:25 +0100 Subject: [PATCH] gnu: emacs-bqn-mode: Update to 2025-07-06. * gnu/packages/emacs-xyz.scm (emacs-bqn-mode): Update to 2025-07-06. Change-Id: I6b2eae955fcb693564d82629a074b18f7bd48232 Signed-off-by: Liliana Marie Prikler --- 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 11c07ab3525d6233cf0248bfddc83013edbf3449..e7ff08d5e6470efad6010bea8f56b7486fa85b35 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -581,7 +581,7 @@ reading the extensive documentation about BookmarkPlus on the Emacs Wiki.") (package (name "emacs-bqn-mode") ;; Upstream releases are tagged by date. - (version "2025-04-10") + (version "2025-07-06") (source (origin (method git-fetch) @@ -590,7 +590,7 @@ reading the extensive documentation about BookmarkPlus on the Emacs Wiki.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0zl6s0c0nd8m55f83yamgnl8kg1a9jrzl0wrmixrixzn7zmdj6qk")))) + (base32 "1b25k66nn4qa4ryhm8mzc53qvsvhgjzdngisw28cpdh109627iz3")))) (build-system emacs-build-system) (arguments (list #:tests? #f)) ;No tests found in source.