me
/
guix
Archived
1
0
Fork 0

gnu: emacs-elfeed: Update to 3.4.0.

* gnu/packages/emacs-xyz.scm (emacs-elfeed): Update to 3.4.0.
master
Nicolas Goaziou 2021-02-02 22:51:31 +01:00
parent 95aca2991b
commit c1e7ae444a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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