guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-elfeed-score: Update to 0.7.10.


From: guix-commits
Subject: branch master updated: gnu: emacs-elfeed-score: Update to 0.7.10.
Date: Sat, 07 Aug 2021 10:43:51 -0400

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 ae16fa1  gnu: emacs-elfeed-score: Update to 0.7.10.
ae16fa1 is described below

commit ae16fa14d3f5f5c6daebfd29a0bb608aa685b6de
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Aug 7 16:42:57 2021 +0200

    gnu: emacs-elfeed-score: Update to 0.7.10.
    
    * gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.7.10.
---
 gnu/packages/emacs-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 940dce3..172d620 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10151,7 +10151,7 @@ with Elfeed.")
 (define-public emacs-elfeed-score
   (package
     (name "emacs-elfeed-score")
-    (version "0.7.9")
+    (version "0.7.10")
     (source
      (origin
        (method git-fetch)
@@ -10160,8 +10160,7 @@ with Elfeed.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "17hf6b5db4d0cm1996z4sl00y4c8gl3rga97xxp2bmwbhdr7kaxw"))))
+        (base32 "15gjsp4whrdw9yx3mw1517wfynv9yya5yhalqqdb738q5c32p9lm"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-elfeed" ,emacs-elfeed)))



reply via email to

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