gnu: emacs-elfeed-score: Update to 1.2.2.

* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 1.2.2.
This commit is contained in:
Nicolas Goaziou 2022-02-07 10:20:36 +01:00
parent 11590bff50
commit d738570a85
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10429,7 +10429,7 @@ (define-public emacs-elfeed-protocol
(define-public emacs-elfeed-score
(package
(name "emacs-elfeed-score")
(version "1.2.1")
(version "1.2.2")
(source
(origin
(method git-fetch)
@ -10438,7 +10438,7 @@ (define-public emacs-elfeed-score
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "10wsjq2zd6kz9182gnkjzlzywx16j29dgm1gzwynr79xmvgs4r2b"))))
(base32 "0rkm3vyyklpcyaz7zs2a5azyf20bnbj9nd8ik3jgcg2lsd6jgj5m"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-elfeed))