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

* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 1.2.5.
This commit is contained in:
Nicolas Goaziou 2023-04-21 09:01:45 +02:00
parent 85f56611da
commit c0d324095e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13151,7 +13151,7 @@ (define-public emacs-elfeed-protocol
(define-public emacs-elfeed-score
(package
(name "emacs-elfeed-score")
(version "1.2.4")
(version "1.2.5")
(source
(origin
(method git-fetch)
@ -13160,7 +13160,7 @@ (define-public emacs-elfeed-score
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0d1yh4wv81n5mnrzdi88z0vbs94m7j3q20r5fc1wk35r4hrl3xqw"))))
(base32 "0slbmmcsf5pqbiq3nmna7wx9jvfgdgjp272qdqvmrv99jdj92cq6"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-elfeed))