mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: emacs-elfeed: Update to 3.4.0.
* gnu/packages/emacs-xyz.scm (emacs-elfeed): Update to 3.4.0.
This commit is contained in:
parent
95aca2991b
commit
c1e7ae444a
1 changed files with 2 additions and 2 deletions
|
@ -8798,7 +8798,7 @@ (define-public emacs-skeletor
|
||||||
(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 @@ (define-public emacs-elfeed
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue