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:
Nicolas Goaziou 2021-10-09 11:35:01 +02:00
parent 9a8fe78f1e
commit f60da4b1aa
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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