gnu: emacs-elfeed: Update to 2.1.1.

* gnu/packages/emacs.scm (emacs-elfeed): Update to 2.1.1.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
Kyle Meyer 2017-06-10 23:29:16 -04:00 committed by Arun Isaac
parent ef74a425e6
commit e831283de8
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -3144,7 +3144,7 @@ (define-public emacs-projectile
(define-public emacs-elfeed
(package
(name "emacs-elfeed")
(version "2.1.0")
(version "2.1.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/skeeto/elfeed/archive/"
@ -3152,7 +3152,7 @@ (define-public emacs-elfeed
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"145glas04zd0s2rmnif46vhyijs4z03v871gfp1dcrwxvvvns8ap"))))
"1wlwc8fbkg6w1c8p856ikc20xm72f51clnzz419p0g8cavy27npw"))))
(build-system emacs-build-system)
(arguments
`(#:phases