From 869eb264acaec1c25291a91a29ceeb78342f82c7 Mon Sep 17 00:00:00 2001 From: Brian Leung Date: Sun, 5 May 2019 02:32:01 +0200 Subject: gnu: emacs-elfeed: Update to 3.1.0. * gnu/packages/emacs-xyz.scm (emacs-elfeed): Update to 3.1.0. Signed-off-by: Ricardo Wurmus --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index e12199be6f..82b23312ce 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -5078,7 +5078,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 "3.0.0") + (version "3.1.0") (source (origin (method git-fetch) @@ -5087,7 +5087,7 @@ If you want to mark a folder manually as a project just create an empty (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "01x4ww63lvn04c7f3ab5vx2s20xqisvv8213qwswz7vr9nxja5yi")))) + (base32 "1bzpl6lc7kq9bph4bfz1fn19207blrnhjr2g7yinhn0nnnjmxi8i")))) (build-system emacs-build-system) (arguments `(#:tests? #t -- cgit v1.2.3