guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

18/42: gnu: emacs-elfeed-protocol: Update to 0.9.0.


From: guix-commits
Subject: 18/42: gnu: emacs-elfeed-protocol: Update to 0.9.0.
Date: Tue, 3 Oct 2023 16:54:48 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d50278116d57f5ca056d0f74570b1affbdd877d7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 3 18:42:39 2023 +0200

    gnu: emacs-elfeed-protocol: Update to 0.9.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-elfeed-protocol): Update to 0.9.0.
---
 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 97ff153f0f..84019852ca 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13972,7 +13972,7 @@ much easier.")
 (define-public emacs-elfeed-protocol
   (package
     (name "emacs-elfeed-protocol")
-    (version "0.8.1")
+    (version "0.9.0")
     (source
      (origin
        (method git-fetch)
@@ -13981,7 +13981,7 @@ much easier.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0k9rkghp9rg7aidmx7q0n4wpb9z5cwr7j8z167yzaqgf9s3y4jj2"))))
+        (base32 "0cgq280gxw40vxn2pvax9k5k22gd1kwsjw4yl35206d3mb9wb0fa"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-elfeed))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]