gnu: emacs-elfeed-protocol: Update to 0.8.1.

* gnu/packages/emacs-xyz.scm (emacs-elfeed-protocol): Update to 0.8.1.
This commit is contained in:
Nicolas Goaziou 2022-08-03 18:13:16 +02:00
parent b5d81028c0
commit 8fa40bf0ed
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11011,7 +11011,7 @@ (define-public emacs-elfeed-org
(define-public emacs-elfeed-protocol
(package
(name "emacs-elfeed-protocol")
(version "0.8.0")
(version "0.8.1")
(source
(origin
(method git-fetch)
@ -11020,7 +11020,7 @@ (define-public emacs-elfeed-protocol
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "07r1qlldgd0kfikd0y737y5n42ab3nkw2s5jx7frimj41yandbdp"))))
(base32 "0k9rkghp9rg7aidmx7q0n4wpb9z5cwr7j8z167yzaqgf9s3y4jj2"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-elfeed))