guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: emacs-elfeed-score: Update to 1.2.2.


From: guix-commits
Subject: 01/10: gnu: emacs-elfeed-score: Update to 1.2.2.
Date: Mon, 7 Feb 2022 04:46:22 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit d738570a8597f218c2f0a7749246d280a85936ba
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 7 10:20:36 2022 +0100

    gnu: emacs-elfeed-score: Update to 1.2.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 1.2.2.
---
 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 e4e9cbafed..6ddf6ab716 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10429,7 +10429,7 @@ with Elfeed.")
 (define-public emacs-elfeed-score
   (package
     (name "emacs-elfeed-score")
-    (version "1.2.1")
+    (version "1.2.2")
     (source
      (origin
        (method git-fetch)
@@ -10438,7 +10438,7 @@ with Elfeed.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "10wsjq2zd6kz9182gnkjzlzywx16j29dgm1gzwynr79xmvgs4r2b"))))
+        (base32 "0rkm3vyyklpcyaz7zs2a5azyf20bnbj9nd8ik3jgcg2lsd6jgj5m"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-elfeed))



reply via email to

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