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:
parent
bc068d3e82
commit
13ab81d94d
1 changed files with 2 additions and 2 deletions
|
@ -9574,7 +9574,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.7")
|
(version "0.7.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -9584,7 +9584,7 @@ with Elfeed.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07xid0a31ghknbfwj8dxzbqkg4sfayjhlqvp17p2bzlf1mj0zjyd"))))
|
"0lcpj2vp947kbfk6fq7xz7j71mcpjs9086pqh690w4mzv1253gra"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-elfeed" ,emacs-elfeed)))
|
`(("emacs-elfeed" ,emacs-elfeed)))
|
||||||
|
|
Reference in a new issue