From ed1e011dd5c590184452c91260ab106f22733909 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Thu, 29 Apr 2021 21:02:13 +0300 Subject: gnu: emacs-elfeed: Update to 3.4.1. * gnu/packages/emacs-xyz.scm (emacs-elfeed): Update to 3.4.1. --- 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 ef26d19506..8395777864 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -9248,7 +9248,7 @@ and tooling.") (define-public emacs-elfeed (package (name "emacs-elfeed") - (version "3.4.0") + (version "3.4.1") (source (origin (method git-fetch) @@ -9257,7 +9257,7 @@ and tooling.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1y95410hrcp23zc84sn79bxla9xr2fqh7wwagza05iaprv7zbbw0")))) + (base32 "1ghdvfn4f9y69r59i1ga9b3ib1r8sbqg6q1v5rz3f9paagfavrd1")))) (build-system emacs-build-system) (arguments `(#:tests? #t -- cgit 1.4.1