gnu: emacs-elfeed-score: Update to 1.2.4.
* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 1.2.4.
This commit is contained in:
parent
17892c5f9c
commit
1fdba16821
1 changed files with 2 additions and 2 deletions
|
@ -10987,7 +10987,7 @@ with Elfeed.")
|
||||||
(define-public emacs-elfeed-score
|
(define-public emacs-elfeed-score
|
||||||
(package
|
(package
|
||||||
(name "emacs-elfeed-score")
|
(name "emacs-elfeed-score")
|
||||||
(version "1.2.2")
|
(version "1.2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -10996,7 +10996,7 @@ with Elfeed.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0rkm3vyyklpcyaz7zs2a5azyf20bnbj9nd8ik3jgcg2lsd6jgj5m"))))
|
(base32 "0d1yh4wv81n5mnrzdi88z0vbs94m7j3q20r5fc1wk35r4hrl3xqw"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-elfeed))
|
(list emacs-elfeed))
|
||||||
|
|
Reference in a new issue