This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8fa40bf0ed gnu: emacs-elfeed-protocol: Update to 0.8.1.
8fa40bf0ed is described below

commit 8fa40bf0ed2b10d91ff69fa38f9c805b198f8bd1
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed Aug 3 18:13:16 2022 +0200

    gnu: emacs-elfeed-protocol: Update to 0.8.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-elfeed-protocol): Update to 0.8.1.
---
 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 853e348ff5..00b52f75be 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11011,7 +11011,7 @@ much easier.")
 (define-public emacs-elfeed-protocol
   (package
     (name "emacs-elfeed-protocol")
-    (version "0.8.0")
+    (version "0.8.1")
     (source
      (origin
        (method git-fetch)
@@ -11020,7 +11020,7 @@ much easier.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "07r1qlldgd0kfikd0y737y5n42ab3nkw2s5jx7frimj41yandbdp"))))
+        (base32 "0k9rkghp9rg7aidmx7q0n4wpb9z5cwr7j8z167yzaqgf9s3y4jj2"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-elfeed))

Reply via email to