me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.7.9.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -9862,7 +9862,7 @@ with Elfeed.")
(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 @@ with Elfeed.")
(file-name (git-file-name name version))
(sha256
(base32
"0lcpj2vp947kbfk6fq7xz7j71mcpjs9086pqh690w4mzv1253gra"))))
"17hf6b5db4d0cm1996z4sl00y4c8gl3rga97xxp2bmwbhdr7kaxw"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-elfeed" ,emacs-elfeed)))