all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50635] [PATCH] gnu: emacs-elfeed-score: Update to 0.9.2.
@ 2021-09-17 11:11 Xinglu Chen
  2021-09-23  7:24 ` bug#50635: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-09-17 11:11 UTC (permalink / raw)
  To: 50635

* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.9.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 9797503be8..9a0cedd262 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10243,7 +10243,7 @@ (define-public emacs-elfeed-protocol
 (define-public emacs-elfeed-score
   (package
     (name "emacs-elfeed-score")
-    (version "0.8.6")
+    (version "0.9.2")
     (source
      (origin
        (method git-fetch)
@@ -10252,7 +10252,7 @@ (define-public emacs-elfeed-score
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1r77b5vj4klqww7q7flw8h5i9w6y36zv2n7hx36pp1sav6s3a4r9"))))
+        (base32 "1ba30cq26ha6ish3qr37xmwv6hvamdl6k5h4ysf7l13lrd0l1cri"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-elfeed" ,emacs-elfeed)))

base-commit: 4e2ee456341404ac9b08d5debb56885874094fce
-- 
2.33.0







^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50635: [PATCH] gnu: emacs-elfeed-score: Update to 0.9.2.
  2021-09-17 11:11 [bug#50635] [PATCH] gnu: emacs-elfeed-score: Update to 0.9.2 Xinglu Chen
@ 2021-09-23  7:24 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-09-23  7:24 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 50635-done

Hello,

Xinglu Chen <public@yoctocell.xyz> writes:

> * gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.9.2.

I updated emacs-elfeed-score without noticing this patch. Sorry for the
duplicate work. Closing.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-23  7:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-17 11:11 [bug#50635] [PATCH] gnu: emacs-elfeed-score: Update to 0.9.2 Xinglu Chen
2021-09-23  7:24 ` bug#50635: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.