diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 13:44:43 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 13:44:43 +0200 |
commit | e0f897035779f3344dc2553aa10f3a4465d290e3 (patch) | |
tree | ab39d10c892b627b8e057110f16d0f8c7ad83727 /gnu/packages/emacs.scm | |
parent | a13c1bf4ca0b15fa53235c2bd6aa53e4a75c7d0f (diff) | |
parent | 92963798a6b81989c52bc199ef224605d9b90063 (diff) | |
download | patches-e0f897035779f3344dc2553aa10f3a4465d290e3.tar patches-e0f897035779f3344dc2553aa10f3a4465d290e3.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/emacs.scm')
-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 02d597d82c..e9c8fa443b 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -4188,7 +4188,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/" @@ -4196,7 +4196,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 |