diff options
author | Clément Lassieur <clement@lassieur.org> | 2018-06-02 12:54:16 +0200 |
---|---|---|
committer | Clément Lassieur <clement@lassieur.org> | 2018-06-02 13:05:08 +0200 |
commit | d5452aa201a2f297e503658576ee99a7c070787c (patch) | |
tree | f2cc6bf1483d82d864f5244ff902100abc340b35 /gnu/packages | |
parent | 1458f768c1049812166228b8526128b199518e50 (diff) | |
download | patches-d5452aa201a2f297e503658576ee99a7c070787c.tar patches-d5452aa201a2f297e503658576ee99a7c070787c.tar.gz |
gnu: emacs-elfeed: Update to 3.0.0.
* gnu/packages/emacs.scm (emacs-elfeed): Update to 3.0.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 4aafb7355e..7694d2410b 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -4170,7 +4170,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.3.0") + (version "3.0.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/skeeto/elfeed/archive/" @@ -4178,7 +4178,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 - "1fd1mx0q1qb9vgdzls5ppxfriyid48blg8smgjspiazp7kxakzxv")))) + "1wkdrxr6zzqb48czqqv34l87bx8aqjk1739ddqg933aqh241kfvn")))) (build-system emacs-build-system) (arguments `(#:tests? #t |