guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-package-build: Update to 2.4.


From: guix-commits
Subject: branch master updated: gnu: emacs-package-build: Update to 2.4.
Date: Fri, 25 Jun 2021 02:25:49 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 91ea14b  gnu: emacs-package-build: Update to 2.4.
91ea14b is described below

commit 91ea14b9156e7853b2b2f0b6ecece69f83b3b3b2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 25 08:25:19 2021 +0200

    gnu: emacs-package-build: Update to 2.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-package-build): Update to 2.4.
---
 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 4071837..6526106 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -535,7 +535,7 @@ buffers, directory trees, or the web.")
 (define-public emacs-package-build
   (package
     (name "emacs-package-build")
-    (version "2.3")
+    (version "2.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -544,7 +544,7 @@ buffers, directory trees, or the web.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1412pjghyvzkdlsrrs0ql30vw591bhyk1wlbf49f15dzjbspx3w0"))))
+                "1lm5mgvjhpxqfw5gcv99h4mwbq728b6f2hj5vjh1j67kdwy7ws8k"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/melpa/package-build";)
     (synopsis "Tools for assembling en Emacs package archive")



reply via email to

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