gnu: emacs-elfeed: Update to 2.2.0.
* gnu/packages/emacs.scm (emacs-elfeed): Update to 2.2.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9932dabfb6
commit
8a0d454eed
|
@ -3568,7 +3568,7 @@ If you want to mark a folder manually as a project just create an empty
|
||||||
(define-public emacs-elfeed
|
(define-public emacs-elfeed
|
||||||
(package
|
(package
|
||||||
(name "emacs-elfeed")
|
(name "emacs-elfeed")
|
||||||
(version "2.1.1")
|
(version "2.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/skeeto/elfeed/archive/"
|
(uri (string-append "https://github.com/skeeto/elfeed/archive/"
|
||||||
|
@ -3576,7 +3576,7 @@ If you want to mark a folder manually as a project just create an empty
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wlwc8fbkg6w1c8p856ikc20xm72f51clnzz419p0g8cavy27npw"))))
|
"0d7i93l3b0ck3iad9ddqp7sqa8w16hnamrby8bwvl316rqk4lzlf"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in New Issue