gnu: emacs-elfeed-score: Update to 0.8.4.

* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.8.4.
This commit is contained in:
Nicolas Goaziou 2021-08-23 08:55:58 +02:00
parent 0d3cf065ec
commit efde98a443
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10213,7 +10213,7 @@ (define-public emacs-elfeed-protocol
(define-public emacs-elfeed-score
(package
(name "emacs-elfeed-score")
(version "0.8.3")
(version "0.8.4")
(source
(origin
(method git-fetch)
@ -10222,7 +10222,7 @@ (define-public emacs-elfeed-score
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0nwzw2574pik3jk6x35lghxy4h79jnfdl3hakg3aw0fr8sh8ypbx"))))
(base32 "1whf7nxfpb003wk9v15ib4xy1a7dfygdkg7jf3ly5z5l81607ap8"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-elfeed" ,emacs-elfeed)))