gnu: emacs-elfeed-score: Update to 0.8.4.
* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.8.4.
This commit is contained in:
parent
0d3cf065ec
commit
efde98a443
1 changed files with 2 additions and 2 deletions
|
@ -10213,7 +10213,7 @@ (define-public emacs-elfeed-protocol
|
||||||
(define-public emacs-elfeed-score
|
(define-public emacs-elfeed-score
|
||||||
(package
|
(package
|
||||||
(name "emacs-elfeed-score")
|
(name "emacs-elfeed-score")
|
||||||
(version "0.8.3")
|
(version "0.8.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -10222,7 +10222,7 @@ (define-public emacs-elfeed-score
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0nwzw2574pik3jk6x35lghxy4h79jnfdl3hakg3aw0fr8sh8ypbx"))))
|
(base32 "1whf7nxfpb003wk9v15ib4xy1a7dfygdkg7jf3ly5z5l81607ap8"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-elfeed" ,emacs-elfeed)))
|
`(("emacs-elfeed" ,emacs-elfeed)))
|
||||||
|
|
Loading…
Reference in a new issue