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.8.3.


From: guix-commits
Subject: branch master updated: gnu: emacs-elfeed-score: Update to 0.8.3.
Date: Sat, 21 Aug 2021 03:23:45 -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 de3cc38  gnu: emacs-elfeed-score: Update to 0.8.3.
de3cc38 is described below

commit de3cc38adfbe7ebbbbd89ff9c40fea03087479bc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Aug 21 09:23:08 2021 +0200

    gnu: emacs-elfeed-score: Update to 0.8.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.8.3.
---
 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 afe6ded..5d4ff74 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10211,7 +10211,7 @@ with Elfeed.")
 (define-public emacs-elfeed-score
   (package
     (name "emacs-elfeed-score")
-    (version "0.7.10")
+    (version "0.8.3")
     (source
      (origin
        (method git-fetch)
@@ -10220,7 +10220,7 @@ with Elfeed.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "15gjsp4whrdw9yx3mw1517wfynv9yya5yhalqqdb738q5c32p9lm"))))
+        (base32 "0nwzw2574pik3jk6x35lghxy4h79jnfdl3hakg3aw0fr8sh8ypbx"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-elfeed" ,emacs-elfeed)))



reply via email to

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