guix-commits
[Top][All Lists]
Advanced

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

25/53: gnu: emacs-el-patch: Update to 3.1.


From: guix-commits
Subject: 25/53: gnu: emacs-el-patch: Update to 3.1.
Date: Mon, 1 Jan 2024 20:26:05 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 3e19d2106bc18292eba28f935e90a483bcaa3e56
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 18:50:53 2024 +0100

    gnu: emacs-el-patch: Update to 3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-el-patch): Update to 3.1.
    
    Change-Id: Iba1df4faccb7c87052c48e5bed9f974092e9e3ea
---
 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 2631b9c155..809e875177 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31994,7 +31994,7 @@ all of your projects, then override or add variables on 
a per-project basis.")
 (define-public emacs-el-patch
   (package
     (name "emacs-el-patch")
-    (version "3.0")
+    (version "3.1")
     (source
      (origin
        (method git-fetch)
@@ -32003,7 +32003,7 @@ all of your projects, then override or add variables on 
a per-project basis.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0qkx7f19kl85n56bp3q40200a6ynpkhimcnb3k6x4n6idn6ff2pa"))))
+        (base32 "0x2x3ci5i428wgagbwjh9qp2zlflkzlrkbpi6qa4fv7dq3vgkrv2"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/raxod502/el-patch";)
     (synopsis "Future-proof your Emacs customizations")



reply via email to

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