guix-commits
[Top][All Lists]
Advanced

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

11/12: gnu: emacs-elfeed: Update to 3.3.0.


From: guix-commits
Subject: 11/12: gnu: emacs-elfeed: Update to 3.3.0.
Date: Sun, 15 Dec 2019 15:58:45 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 317cc181809bfed3e32588010d6c5901987b9f8c
Author: Brett Gilio <address@hidden>
Date:   Sun Dec 15 14:44:35 2019 -0600

    gnu: emacs-elfeed: Update to 3.3.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-elfeed): Update to 3.3.0.
---
 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 8c330e1..eb3996d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6355,7 +6355,7 @@ and tooling.")
 (define-public emacs-elfeed
   (package
     (name "emacs-elfeed")
-    (version "3.2.0")
+    (version "3.3.0")
     (source
      (origin
        (method git-fetch)
@@ -6364,7 +6364,7 @@ and tooling.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0m0a35210pb4yf6m8mzaq6nkl9x6fphjjqyl3dzygnmmzxkc8aw2"))))
+        (base32 "0j8a94val4ml7g1vcjgzk1w89h55sxfdrwnncmz6qbh1y2xsz8c5"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #t



reply via email to

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