mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: emacs-elfeed-score: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 1.1.0.
This commit is contained in:
parent
9a8fe78f1e
commit
f60da4b1aa
1 changed files with 2 additions and 2 deletions
|
@ -10278,7 +10278,7 @@ (define-public emacs-elfeed-protocol
|
|||
(define-public emacs-elfeed-score
|
||||
(package
|
||||
(name "emacs-elfeed-score")
|
||||
(version "1.0.0")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -10287,7 +10287,7 @@ (define-public emacs-elfeed-score
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1idd7qn8hfcj04rm4v4g65wdmnv3nzh2g129hmx443nf4xbv0irb"))))
|
||||
(base32 "1drgv16555cyn7w6g44z23yhi1i0cy1b9h1ri3lz6h814px0wj0z"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-elfeed" ,emacs-elfeed)))
|
||||
|
|
Loading…
Reference in a new issue