3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.7.8.
This commit is contained in:
Nicolas Goaziou 2021-05-29 15:23:34 +02:00
parent bc068d3e82
commit 13ab81d94d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9574,7 +9574,7 @@ with Elfeed.")
(define-public emacs-elfeed-score
(package
(name "emacs-elfeed-score")
(version "0.7.7")
(version "0.7.8")
(source
(origin
(method git-fetch)
@ -9584,7 +9584,7 @@ with Elfeed.")
(file-name (git-file-name name version))
(sha256
(base32
"07xid0a31ghknbfwj8dxzbqkg4sfayjhlqvp17p2bzlf1mj0zjyd"))))
"0lcpj2vp947kbfk6fq7xz7j71mcpjs9086pqh690w4mzv1253gra"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-elfeed" ,emacs-elfeed)))