This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e156a6c620 gnu: emacs-elfeed: Update to 4.1.0.
e156a6c620 is described below
commit e156a6c620d0dae266e6b1770f8dc15f7e674de8
Author: Anderson Torres <[email protected]>
AuthorDate: Fri Jul 10 11:19:50 2026 -0300
gnu: emacs-elfeed: Update to 4.1.0.
* gnu/packages/emacs-xyz.scm (emacs-elfeed): Update to 4.1.0.
[home-page]: Update.
[description]: Explain RSS acronymn.
Merges guix/guix!9850
Signed-off-by: Cayetano Santos <[email protected]>
---
gnu/packages/emacs-xyz.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f2673a34b4..e4e98bb3d6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19046,16 +19046,16 @@ and tooling.")
(define-public emacs-elfeed
(package
(name "emacs-elfeed")
- (version "4.0.1")
+ (version "4.1.0")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/skeeto/elfeed")
+ (url "https://github.com/emacs-elfeed/elfeed")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0sldxrvqcdf7is4x8g2dj4apix78bqq0q5pq1pzdawl6hfwdy1xw"))))
+ (base32 "0r207pxip8s7h4lcmrbd98p1psrs5211byvj5501n8qdcdwn199s"))))
(build-system emacs-build-system)
(arguments
(list
@@ -19079,11 +19079,12 @@ and tooling.")
(list curl gzip))
(propagated-inputs
(list emacs-compat))
- (home-page "https://github.com/skeeto/elfeed")
+ (home-page "https://github.com/emacs-elfeed/elfeed")
(synopsis "Atom/RSS feed reader for Emacs")
(description
"Elfeed is an extensible web feed reader for Emacs, supporting both Atom
-and RSS, with a user interface inspired by notmuch.")
+and @acronym{RSS, Really Simple Syndication}, with a user interface inspired
+by notmuch.")
(license license:unlicense)))
(define-public emacs-elfeed-goodies