guix-commits
[Top][All Lists]
Advanced

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

04/14: gnu: emacs-elfeed-score: Update to 0.8.4.


From: guix-commits
Subject: 04/14: gnu: emacs-elfeed-score: Update to 0.8.4.
Date: Fri, 27 Aug 2021 15:08:28 -0400 (EDT)

wigust pushed a commit to branch wip-guix-home
in repository guix.

commit efde98a4438c2dd733bdb64fd6be9d1d5ac3b897
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 23 08:55:58 2021 +0200

    gnu: emacs-elfeed-score: Update to 0.8.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.8.4.
---
 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 ea33728..ebb60b0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10213,7 +10213,7 @@ with Elfeed.")
 (define-public emacs-elfeed-score
   (package
     (name "emacs-elfeed-score")
-    (version "0.8.3")
+    (version "0.8.4")
     (source
      (origin
        (method git-fetch)
@@ -10222,7 +10222,7 @@ with Elfeed.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0nwzw2574pik3jk6x35lghxy4h79jnfdl3hakg3aw0fr8sh8ypbx"))))
+        (base32 "1whf7nxfpb003wk9v15ib4xy1a7dfygdkg7jf3ly5z5l81607ap8"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-elfeed" ,emacs-elfeed)))



reply via email to

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