gnu: emacs-elfeed: Update to 3.4.1.

* gnu/packages/emacs-xyz.scm (emacs-elfeed): Update to 3.4.1.
This commit is contained in:
Oleg Pykhalov 2021-04-29 21:02:13 +03:00
parent bdf9c7db6d
commit ed1e011dd5
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -9248,7 +9248,7 @@ and tooling.")
(define-public emacs-elfeed (define-public emacs-elfeed
(package (package
(name "emacs-elfeed") (name "emacs-elfeed")
(version "3.4.0") (version "3.4.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -9257,7 +9257,7 @@ and tooling.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1y95410hrcp23zc84sn79bxla9xr2fqh7wwagza05iaprv7zbbw0")))) (base32 "1ghdvfn4f9y69r59i1ga9b3ib1r8sbqg6q1v5rz3f9paagfavrd1"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #t `(#:tests? #t