diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2021-04-29 21:02:13 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2021-04-29 21:02:13 +0300 |
commit | ed1e011dd5c590184452c91260ab106f22733909 (patch) | |
tree | e138755f42991d0332ce7459b52f2207efc5a0a5 /gnu | |
parent | bdf9c7db6d37eca52f3979190a5f5de7b9f4881e (diff) | |
download | guix-ed1e011dd5c590184452c91260ab106f22733909.tar guix-ed1e011dd5c590184452c91260ab106f22733909.tar.gz |
gnu: emacs-elfeed: Update to 3.4.1.
* gnu/packages/emacs-xyz.scm (emacs-elfeed): Update to 3.4.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |