guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: emacs-compat: Update to 28.1.2.2.


From: guix-commits
Subject: 07/07: gnu: emacs-compat: Update to 28.1.2.2.
Date: Tue, 1 Nov 2022 17:49:27 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 314b436fe6705189e7be148d262b1c0d636a9c45
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Nov 1 22:45:35 2022 +0100

    gnu: emacs-compat: Update to 28.1.2.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-compat): Update to 28.1.2.2.
---
 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 5121b3da91..d27800b71b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7381,7 +7381,7 @@ variables, and so on.  The mode also allows you to 
execute Tup commands.")
 (define-public emacs-compat
   (package
     (name "emacs-compat")
-    (version "28.1.1.2")
+    (version "28.1.2.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -7390,7 +7390,7 @@ variables, and so on.  The mode also allows you to 
execute Tup commands.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "19abp29rnbkw91q0h2yqm2z7awzzjhci8h6v875g5ahvplrp6337"))))
+                "1c1pr6zzvgfbsclp1fyx911d4qvihz8hw5mp7g0l0df2rlpypdzw"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-nadvice))
     (home-page "https://git.sr.ht/~pkal/compat";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]