me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 1.2.1.
master
Nicolas Goaziou 2021-11-24 17:12:35 +01:00
parent 1172fa8cc4
commit 538331ac3e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -10315,7 +10315,7 @@ with Elfeed.")
(define-public emacs-elfeed-score
(package
(name "emacs-elfeed-score")
(version "1.2.0")
(version "1.2.1")
(source
(origin
(method git-fetch)
@ -10324,7 +10324,7 @@ with Elfeed.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0b49sd0h1idx3p5p9zqb3p5ni4i43fyikfkg70fs5iqjcl0vmz7c"))))
(base32 "10wsjq2zd6kz9182gnkjzlzywx16j29dgm1gzwynr79xmvgs4r2b"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-elfeed" ,emacs-elfeed)))