diff options
author | Kyle Meyer <[email protected]> | 2018-04-01 17:15:57 -0400 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2018-04-03 12:43:20 +0200 |
commit | 4fca8a028e6a0ce4555da18a2d2b091decd8d890 (patch) | |
tree | 39530ec6d8c5bfd68373ace45e59fc5388035779 /gnu | |
parent | 5c151862c264257393139739178386182089b453 (diff) |
gnu: emacs-elfeed: Update to 2.3.0.
* gnu/packages/emacs.scm (emacs-elfeed): Update to 2.3.0.
Signed-off-by: Marius Bakke <[email protected]>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 7a203ef6e4..33f994f821 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -21,7 +21,7 @@ ;;; Copyright © 2017 Mathieu Othacehe <[email protected]> ;;; Copyright © 2017 Clément Lassieur <[email protected]> ;;; Copyright © 2017 Vasile Dumitrascu <[email protected]> -;;; Copyright © 2017 Kyle Meyer <[email protected]> +;;; Copyright © 2017, 2018 Kyle Meyer <[email protected]> ;;; Copyright © 2017 Kei Kebreau <[email protected]> ;;; Copyright © 2017 George Clemmer <[email protected]> ;;; Copyright © 2017 Feng Shu <[email protected]> @@ -3903,7 +3903,7 @@ If you want to mark a folder manually as a project just create an empty (define-public emacs-elfeed (package (name "emacs-elfeed") - (version "2.2.0") + (version "2.3.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/skeeto/elfeed/archive/" @@ -3911,7 +3911,7 @@ If you want to mark a folder manually as a project just create an empty (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0d7i93l3b0ck3iad9ddqp7sqa8w16hnamrby8bwvl316rqk4lzlf")))) + "1fd1mx0q1qb9vgdzls5ppxfriyid48blg8smgjspiazp7kxakzxv")))) (build-system emacs-build-system) (arguments `(#:phases |