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 5fc94e965a Revert "gnu: emacs-elfeed: Update to 3.4.2."
5fc94e965a is described below

commit 5fc94e965ae7ba4eabd1866fbfc694770b1172a9
Author: Cayetano Santos <[email protected]>
AuthorDate: Thu Jul 9 08:44:47 2026 +0200

    Revert "gnu: emacs-elfeed: Update to 3.4.2."
    
    This reverts commit f30c11ca12288b6b08f98c01ac88b484116ea999.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 05a451b337..f2673a34b4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19046,7 +19046,7 @@ and tooling.")
 (define-public emacs-elfeed
   (package
     (name "emacs-elfeed")
-    (version "3.4.2")
+    (version "4.0.1")
     (source
      (origin
        (method git-fetch)
@@ -19055,7 +19055,7 @@ and tooling.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0yq93abyadzrmcd40pi06wcr4jg9ddhlz2phg0wjypprqvv4q49z"))))
+        (base32 "0sldxrvqcdf7is4x8g2dj4apix78bqq0q5pq1pzdawl6hfwdy1xw"))))
     (build-system emacs-build-system)
     (arguments
      (list

Reply via email to