mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
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:
parent
11590bff50
commit
d738570a85
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue