guix_mirror_bot pushed a commit to branch master
in repository guix.
commit e77a4a79af8ecf1dd8944bd9ed19835fd2f74c95
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Sep 22 11:02:34 2025 +0200
gnu: emacs-compat: Update to 30.1.0.1.
* gnu/packages/emacs-build.scm (emacs-compat): Update to 30.1.0.1.
Change-Id: If5eaa72ead5b4d8788361120b3e734676b8715eb
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/emacs-build.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-build.scm b/gnu/packages/emacs-build.scm
index 6ae2355202..8b36c4e91c 100644
--- a/gnu/packages/emacs-build.scm
+++ b/gnu/packages/emacs-build.scm
@@ -94,7 +94,7 @@ functions to ensure they are called with the right arguments
during testing.")
(define-public emacs-compat
(package
(name "emacs-compat")
- (version "30.0.2.0")
+ (version "30.1.0.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -103,7 +103,7 @@ functions to ensure they are called with the right
arguments during testing.")
(file-name (git-file-name name version))
(sha256
(base32
- "020rn3l2sn0vzfhx30k47jd2cgvsddk0zfbizgb68hbajcxqfsl4"))))
+ "04kzp2m5qs1jyrj50yjz5l8azciyqkgkf4cbifcz4gngvxvgxdm4"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/compat.html")
(synopsis "Emacs Lisp compatibility library")