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


From: guix-commits
Subject: branch master updated: gnu: emacs-elfeed-score: Update to 0.7.9.
Date: Sun, 06 Jun 2021 03:05:00 -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 36fd42d  gnu: emacs-elfeed-score: Update to 0.7.9.
36fd42d is described below

commit 36fd42ded23eb2c066a8b25b0f1567c2286b61c1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jun 6 09:03:24 2021 +0200

    gnu: emacs-elfeed-score: Update to 0.7.9.
    
    * gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.7.9.
---
 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 773e484..b85bf5f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9862,7 +9862,7 @@ with Elfeed.")
 (define-public emacs-elfeed-score
   (package
     (name "emacs-elfeed-score")
-    (version "0.7.8")
+    (version "0.7.9")
     (source
      (origin
        (method git-fetch)
@@ -9872,7 +9872,7 @@ with Elfeed.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0lcpj2vp947kbfk6fq7xz7j71mcpjs9086pqh690w4mzv1253gra"))))
+         "17hf6b5db4d0cm1996z4sl00y4c8gl3rga97xxp2bmwbhdr7kaxw"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-elfeed" ,emacs-elfeed)))



reply via email to

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