me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-package-build): Update to 2.4.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -535,7 +535,7 @@ buffers, directory trees, or the web.")
(define-public emacs-package-build (define-public emacs-package-build
(package (package
(name "emacs-package-build") (name "emacs-package-build")
(version "2.3") (version "2.4")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -544,7 +544,7 @@ buffers, directory trees, or the web.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1412pjghyvzkdlsrrs0ql30vw591bhyk1wlbf49f15dzjbspx3w0")))) "1lm5mgvjhpxqfw5gcv99h4mwbq728b6f2hj5vjh1j67kdwy7ws8k"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/melpa/package-build") (home-page "https://github.com/melpa/package-build")
(synopsis "Tools for assembling en Emacs package archive") (synopsis "Tools for assembling en Emacs package archive")