guix-commits
[Top][All Lists]
Advanced

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

03/16: gnu: emacs-elfeed-score: Update to 1.2.7.


From: guix-commits
Subject: 03/16: gnu: emacs-elfeed-score: Update to 1.2.7.
Date: Sat, 2 Sep 2023 17:48:59 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 412c2bdd7d2ee4849b0bf00b57277055b6bc46fb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 2 22:45:22 2023 +0200

    gnu: emacs-elfeed-score: Update to 1.2.7.
    
    * gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 1.2.7.
---
 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 2961bfdf8c..9c889a0f2d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13781,7 +13781,7 @@ with Elfeed.")
 (define-public emacs-elfeed-score
   (package
     (name "emacs-elfeed-score")
-    (version "1.2.6")
+    (version "1.2.7")
     (source
      (origin
        (method git-fetch)
@@ -13790,7 +13790,7 @@ with Elfeed.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0d0dxldafgk3knc0d8g8ghm24zsq5x2p1pswh2syyl33nqf61s8s"))))
+        (base32 "0s37m8566g396d8480jac07c89f2jjpg6p3hcwwmz89s27agp81q"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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