Archived
1
0
Fork 0

gnu: emacs-plz: Update to 0.2.

* gnu/packages/emacs-xyz.scm (emacs-plz): Update to 0.2.
This commit is contained in:
Nicolas Goaziou 2022-07-18 10:35:51 +02:00
parent 236746900f
commit 584aeadb69
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16123,7 +16123,7 @@ multiplexer.")
(define-public emacs-plz (define-public emacs-plz
(package (package
(name "emacs-plz") (name "emacs-plz")
(version "0.1") (version "0.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -16132,7 +16132,7 @@ multiplexer.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0psdjmj1r4g57vhm6c4hajmma72jk893fk820fbjgjwqihr1bxx9")))) (base32 "170pbqiywk1zyhd0ig4f25qnjf7r1gwy0c6h343bcnl6qxvkvlv2"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(inputs (list curl)) (inputs (list curl))
(home-page "https://github.com/alphapapa/plz.el") (home-page "https://github.com/alphapapa/plz.el")