ngz pushed a commit to branch master
in repository guix.

commit db068d3b68ba55197b2ac8fb0d0a4142d19ce97b
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Dec 24 10:59:35 2024 +0100

    gnu: emacs-compat: Update to 30.0.1.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-compat): Update to 30.0.1.0.
    
    Change-Id: Ifd6fc1cd167905943e790ac06bd876f3776ef322
---
 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 6288e22f64..e13a79aed6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10080,7 +10080,7 @@ correct movement and editing than you would otherwise 
have.")
 (define-public emacs-compat
   (package
     (name "emacs-compat")
-    (version "30.0.0.0")
+    (version "30.0.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -10089,7 +10089,7 @@ correct movement and editing than you would otherwise 
have.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0rw4j8caiyah7k6pml8bwxd9zs6q7mlqq3lvrm013vimw2js3d12"))))
+                "0nh820w2m139yk2s410hwwzbn2gvaf0qilpq9qd5f9g58swhqw2w"))))
     (build-system emacs-build-system)
     (home-page "https://elpa.gnu.org/packages/compat.html";)
     (synopsis "Emacs Lisp compatibility library")

Reply via email to