gnu: emacs-elfeed: Update to 3.3.0.

* gnu/packages/emacs-xyz.scm (emacs-elfeed): Update to 3.3.0.
This commit is contained in:
Brett Gilio 2019-12-15 14:44:35 -06:00
parent e3c4fcaae3
commit 317cc18180
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -6355,7 +6355,7 @@ and tooling.")
(define-public emacs-elfeed (define-public emacs-elfeed
(package (package
(name "emacs-elfeed") (name "emacs-elfeed")
(version "3.2.0") (version "3.3.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6364,7 +6364,7 @@ and tooling.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0m0a35210pb4yf6m8mzaq6nkl9x6fphjjqyl3dzygnmmzxkc8aw2")))) (base32 "0j8a94val4ml7g1vcjgzk1w89h55sxfdrwnncmz6qbh1y2xsz8c5"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #t `(#:tests? #t