gnu: emacs-webfeeder: Update to 1.1.0.

* gnu/packages/emacs-xyz.scm (emacs-webfeeder): Update to 1.1.0.
This commit is contained in:
Pierre Neidhardt 2020-11-07 09:37:36 +01:00
parent 7b18ade5f0
commit 73dd9e5196
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -22053,7 +22053,7 @@ (define-public emacs-helm-wikipedia
(define-public emacs-webfeeder
(package
(name "emacs-webfeeder")
(version "1.0.0")
(version "1.1.0")
(source
(origin
(method url-fetch)
@ -22063,7 +22063,7 @@ (define-public emacs-webfeeder
".tar"))
(sha256
(base32
"06y5vxw9m6pmbrzb8v2i3w9dnhgqxz06vyx1knmgi9cczlrj4a64"))))
"09wz6v58xc86hdnz6g54ckaxkm6844yyk2ffbxh4s5sdvgqrzdd8"))))
(build-system emacs-build-system)
(home-page "https://gitlab.com/Ambrevar/emacs-webfeeder")
(synopsis "Build RSS and Atom webfeeds from HTML files")