guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: emacs-package-build: Update to 4.0.0.


From: guix-commits
Subject: 08/09: gnu: emacs-package-build: Update to 4.0.0.
Date: Mon, 19 Dec 2022 10:59:08 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 423ba27c85cd318098bb55f7aa36dd992497d0cc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Dec 19 16:32:28 2022 +0100

    gnu: emacs-package-build: Update to 4.0.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-package-build): Update to 4.0.0.
---
 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 f63c09fba1..09f001169b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -803,7 +803,7 @@ comparing large files in batches.")
 (define-public emacs-package-build
   (package
     (name "emacs-package-build")
-    (version "3.2")
+    (version "4.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -812,7 +812,7 @@ comparing large files in batches.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "02ngllr9lilpjsgdpk4628kdp0nwdlrkxj78bvi4jlhnbk4chh1c"))))
+                "165gbrc1h1yj764kn3qq2y1551y04lqnklfa0k87gqgd38q5v985"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/melpa/package-build";)
     (synopsis "Tools for assembling an Emacs package archive")



reply via email to

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