gnu: emacs-plz: Update to 0.1.

* gnu/packages/emacs-xyz (emacs-plz): Update to 0.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Aleksandr Vityazev 2022-05-15 19:37:22 +00:00 committed by Nicolas Goaziou
parent 899c29805f
commit 8e6228d499
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -15860,29 +15860,26 @@ (define-public emacs-emamux
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-plz (define-public emacs-plz
(let ((commit "7e456638a651bab3a814e3ea81742dd917509cbb")
(revision "1"))
(package (package
(name "emacs-plz") (name "emacs-plz")
(version (git-version "0.1-pre" revision commit)) (version "0.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/alphapapa/plz.el") (url "https://github.com/alphapapa/plz.el")
(commit commit))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "05kgxrps1s20im5hhq799nrs3615bvssm4r0ysgmwm203mmzsjgj")))) (base32 "0psdjmj1r4g57vhm6c4hajmma72jk893fk820fbjgjwqihr1bxx9"))))
(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")
(synopsis "HTTP library for Emacs") (synopsis "HTTP library for Emacs")
(description (description
"This package provides HTTP library for Emacs. It uses curl as "This package provides HTTP library for Emacs. It uses Curl as a backend,
a backend, which avoids some of the issues with using Emacss built-in url which avoids some of the issues with using Emacss built-in Url library.")
library.") (license license:gpl3+)))
(license license:gpl3+))))
(define-public emacs-ement (define-public emacs-ement
(let ((commit "c951737dc855604aba389166bb0e7366afadc533") (let ((commit "c951737dc855604aba389166bb0e7366afadc533")