gnu: emacs-elfeed-score: Update to 1.2.8.
* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 1.2.8. Change-Id: Ieab4aa08f6df18877c5ea11e90fb9c02ccc106fc
This commit is contained in:
parent
d4d2fd248b
commit
3f6f2f939d
1 changed files with 2 additions and 2 deletions
|
@ -15075,7 +15075,7 @@ with Elfeed.")
|
||||||
(define-public emacs-elfeed-score
|
(define-public emacs-elfeed-score
|
||||||
(package
|
(package
|
||||||
(name "emacs-elfeed-score")
|
(name "emacs-elfeed-score")
|
||||||
(version "1.2.7")
|
(version "1.2.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -15084,7 +15084,7 @@ with Elfeed.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0s37m8566g396d8480jac07c89f2jjpg6p3hcwwmz89s27agp81q"))))
|
(base32 "0kmg3pciqihs8r5xja3pv48gzkn3vs6y6ij0dlmzmavymfp7hq5z"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue