guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: emacs-elfeed: Update to 2.2.0.


From: Ludovic Courtès
Subject: 04/08: gnu: emacs-elfeed: Update to 2.2.0.
Date: Sat, 28 Oct 2017 15:56:48 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8a0d454eed76c2fbc64ba6ad5deaf7686cbf5b8a
Author: Kyle Meyer <address@hidden>
Date:   Fri Oct 27 23:59:09 2017 -0400

    gnu: emacs-elfeed: Update to 2.2.0.
    
    * gnu/packages/emacs.scm (emacs-elfeed): Update to 2.2.0.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 55cf842..0986c58 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3568,7 +3568,7 @@ If you want to mark a folder manually as a project just 
create an empty
 (define-public emacs-elfeed
   (package
     (name "emacs-elfeed")
-    (version "2.1.1")
+    (version "2.2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/skeeto/elfeed/archive/";
@@ -3576,7 +3576,7 @@ If you want to mark a folder manually as a project just 
create an empty
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1wlwc8fbkg6w1c8p856ikc20xm72f51clnzz419p0g8cavy27npw"))))
+                "0d7i93l3b0ck3iad9ddqp7sqa8w16hnamrby8bwvl316rqk4lzlf"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases



reply via email to

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