GNU bug report logs -
#51686
[PATCH 1/2] gnu: Add emacs-plz.
Previous Next
Reported by: phodina <phodina <at> protonmail.com>
Date: Mon, 8 Nov 2021 11:13:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #23 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
phodina via Guix-patches via <guix-patches <at> gnu.org> writes:
> + (package
> + (name "emacs-plz")
> + (version (git-version "0.0" revision commit))
This should be "0.1-pre", not "0.0"
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/alphapapa/plz.el")
> + (commit commit)))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32
> + "05kgxrps1s20im5hhq799nrs3615bvssm4r0ysgmwm203mmzsjgj"))))
> + (build-system emacs-build-system)
> + (inputs `(("curl" ,curl)))
> + (home-page "https://github.com/alphapapa/plz.el")
> + (synopsis "HTTP library for Emacs")
> + (description "This package provides HTTP library for Emacs. It uses curl
> +as a backend, which avoids some of the issues with using Emacs’s built-in
> +url.")
Nitpick: I would add "... built-in url library."
Regards,
--
Nicolas Goaziou
This bug report was last modified 3 years and 197 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.