me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.7.10.
Nicolas Goaziou 2021-08-07 16:42:57 +02:00
parent dacab2ef4b
commit ae16fa14d3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 3 deletions

View File

@ -10151,7 +10151,7 @@ with Elfeed.")
(define-public emacs-elfeed-score (define-public emacs-elfeed-score
(package (package
(name "emacs-elfeed-score") (name "emacs-elfeed-score")
(version "0.7.9") (version "0.7.10")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -10160,8 +10160,7 @@ with Elfeed.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "15gjsp4whrdw9yx3mw1517wfynv9yya5yhalqqdb738q5c32p9lm"))))
"17hf6b5db4d0cm1996z4sl00y4c8gl3rga97xxp2bmwbhdr7kaxw"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-elfeed" ,emacs-elfeed))) `(("emacs-elfeed" ,emacs-elfeed)))