summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAnderson Torres <anderson.torres.8519@gmail.com>2026-07-10 11:19:50 -0300
committerCayetano Santos <csantosb@inventati.org>2026-07-10 16:36:36 +0200
commite156a6c620d0dae266e6b1770f8dc15f7e674de8 (patch)
treed986bb29bcfbf034437254b978bc008b873d76cc /gnu
parentae970e77a794f67c146635f9770d8b9324ac9a43 (diff)
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 <csantosb@inventati.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm11
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f2673a34b49..e4e98bb3d68 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19046,16 +19046,16 @@ and tooling.")
19046(define-public emacs-elfeed 19046(define-public emacs-elfeed
19047 (package 19047 (package
19048 (name "emacs-elfeed") 19048 (name "emacs-elfeed")
19049 (version "4.0.1") 19049 (version "4.1.0")
19050 (source 19050 (source
19051 (origin 19051 (origin
19052 (method git-fetch) 19052 (method git-fetch)
19053 (uri (git-reference 19053 (uri (git-reference
19054 (url "https://github.com/skeeto/elfeed") 19054 (url "https://github.com/emacs-elfeed/elfeed")
19055 (commit version))) 19055 (commit version)))
19056 (file-name (git-file-name name version)) 19056 (file-name (git-file-name name version))
19057 (sha256 19057 (sha256
19058 (base32 "0sldxrvqcdf7is4x8g2dj4apix78bqq0q5pq1pzdawl6hfwdy1xw")))) 19058 (base32 "0r207pxip8s7h4lcmrbd98p1psrs5211byvj5501n8qdcdwn199s"))))
19059 (build-system emacs-build-system) 19059 (build-system emacs-build-system)
19060 (arguments 19060 (arguments
19061 (list 19061 (list
@@ -19079,11 +19079,12 @@ and tooling.")
19079 (list curl gzip)) 19079 (list curl gzip))
19080 (propagated-inputs 19080 (propagated-inputs
19081 (list emacs-compat)) 19081 (list emacs-compat))
19082 (home-page "https://github.com/skeeto/elfeed") 19082 (home-page "https://github.com/emacs-elfeed/elfeed")
19083 (synopsis "Atom/RSS feed reader for Emacs") 19083 (synopsis "Atom/RSS feed reader for Emacs")
19084 (description 19084 (description
19085 "Elfeed is an extensible web feed reader for Emacs, supporting both Atom 19085 "Elfeed is an extensible web feed reader for Emacs, supporting both Atom
19086and RSS, with a user interface inspired by notmuch.") 19086and @acronym{RSS, Really Simple Syndication}, with a user interface inspired
19087by notmuch.")
19087 (license license:unlicense))) 19088 (license license:unlicense)))
19088 19089
19089(define-public emacs-elfeed-goodies 19090(define-public emacs-elfeed-goodies