gnu: emacs-package-build: Update to 2.4.

* gnu/packages/emacs-xyz.scm (emacs-package-build): Update to 2.4.
This commit is contained in:
Nicolas Goaziou 2021-06-25 08:25:19 +02:00
parent 36a17248ce
commit 91ea14b915
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -535,7 +535,7 @@ (define-public emacs-hg-histedit
(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 @@ (define-public emacs-package-build
(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")