gnu: emacs-elfeed-score: Update to 0.7.10.
* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.7.10.
parent
dacab2ef4b
commit
ae16fa14d3
|
@ -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)))
|
||||||
|
|
Reference in New Issue