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

* gnu/packages/emacs-xyz.scm (emacs-elfeed-protocol): Update to 0.9.1.

Change-Id: Iaac2a6bd8669cb37aee85087ab56b40391fff072
This commit is contained in:
Nicolas Goaziou 2023-11-08 13:01:14 +01:00
parent d5d43ec3e2
commit 38b345006b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -14147,7 +14147,7 @@ much easier.")
(define-public emacs-elfeed-protocol
(package
(name "emacs-elfeed-protocol")
(version "0.9.0")
(version "0.9.1")
(source
(origin
(method git-fetch)
@ -14156,7 +14156,7 @@ much easier.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0cgq280gxw40vxn2pvax9k5k22gd1kwsjw4yl35206d3mb9wb0fa"))))
(base32 "1n5bns7181j6n603a626jsv26v06s3wm86ml7vixlp234p0frypp"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-elfeed))