mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: emacs-elfeed-score: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 1.0.0.
This commit is contained in:
parent
da2dd686a2
commit
2741161610
1 changed files with 2 additions and 2 deletions
|
@ -10242,7 +10242,7 @@ (define-public emacs-elfeed-protocol
|
|||
(define-public emacs-elfeed-score
|
||||
(package
|
||||
(name "emacs-elfeed-score")
|
||||
(version "0.9.2")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -10251,7 +10251,7 @@ (define-public emacs-elfeed-score
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ba30cq26ha6ish3qr37xmwv6hvamdl6k5h4ysf7l13lrd0l1cri"))))
|
||||
(base32 "1idd7qn8hfcj04rm4v4g65wdmnv3nzh2g129hmx443nf4xbv0irb"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-elfeed" ,emacs-elfeed)))
|
||||
|
|
Loading…
Reference in a new issue