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