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

* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.7.9.
This commit is contained in:
Nicolas Goaziou 2021-06-06 09:03:24 +02:00
parent 7fd2c9a00e
commit 36fd42ded2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9862,7 +9862,7 @@ (define-public emacs-elfeed-protocol
(define-public emacs-elfeed-score
(package
(name "emacs-elfeed-score")
(version "0.7.8")
(version "0.7.9")
(source
(origin
(method git-fetch)
@ -9872,7 +9872,7 @@ (define-public emacs-elfeed-score
(file-name (git-file-name name version))
(sha256
(base32
"0lcpj2vp947kbfk6fq7xz7j71mcpjs9086pqh690w4mzv1253gra"))))
"17hf6b5db4d0cm1996z4sl00y4c8gl3rga97xxp2bmwbhdr7kaxw"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-elfeed" ,emacs-elfeed)))