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

* gnu/packages/emacs-xyz.scm (emacs-elfeed-protocol): Update to 0.9.0.
This commit is contained in:
Nicolas Goaziou 2023-10-03 18:42:39 +02:00
parent c6f27febfc
commit d50278116d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13972,7 +13972,7 @@ (define-public emacs-elfeed-org
(define-public emacs-elfeed-protocol
(package
(name "emacs-elfeed-protocol")
(version "0.8.1")
(version "0.9.0")
(source
(origin
(method git-fetch)
@ -13981,7 +13981,7 @@ (define-public emacs-elfeed-protocol
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0k9rkghp9rg7aidmx7q0n4wpb9z5cwr7j8z167yzaqgf9s3y4jj2"))))
(base32 "0cgq280gxw40vxn2pvax9k5k22gd1kwsjw4yl35206d3mb9wb0fa"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-elfeed))