mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: emacs-elfeed-score: Update to 0.8.3.
* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.8.3.
This commit is contained in:
parent
15ba093ce3
commit
de3cc38adf
1 changed files with 2 additions and 2 deletions
|
@ -10211,7 +10211,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.7.10")
|
(version "0.8.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -10220,7 +10220,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 "15gjsp4whrdw9yx3mw1517wfynv9yya5yhalqqdb738q5c32p9lm"))))
|
(base32 "0nwzw2574pik3jk6x35lghxy4h79jnfdl3hakg3aw0fr8sh8ypbx"))))
|
||||||
(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