guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-package-build: Update to 3.1.


From: guix-commits
Subject: 01/02: gnu: emacs-package-build: Update to 3.1.
Date: Mon, 11 Jul 2022 05:34:07 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 44054b9d1f6839b1f268e7fb8be3294b0f2e32ca
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 11 11:33:00 2022 +0200

    gnu: emacs-package-build: Update to 3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-package-build): Update to 3.1.
---
 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 7010cadd91..dffe560730 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -674,7 +674,7 @@ buffers, directory trees, or the web.")
 (define-public emacs-package-build
   (package
     (name "emacs-package-build")
-    (version "2.4")
+    (version "3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -683,7 +683,7 @@ buffers, directory trees, or the web.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1lm5mgvjhpxqfw5gcv99h4mwbq728b6f2hj5vjh1j67kdwy7ws8k"))))
+                "1gkqav0ipfk5gsklxrbggqrbphr12qg1qr6dpdi4f0hs0i11fr23"))))
     (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]