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:
Nicolas Goaziou 2021-09-25 22:36:06 +02:00
parent da2dd686a2
commit 2741161610
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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)))