guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: emacs-elfeed: Update to 2.3.0.


From: Marius Bakke
Subject: 03/05: gnu: emacs-elfeed: Update to 2.3.0.
Date: Tue, 3 Apr 2018 06:45:19 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 4fca8a028e6a0ce4555da18a2d2b091decd8d890
Author: Kyle Meyer <address@hidden>
Date:   Sun Apr 1 17:15:57 2018 -0400

    gnu: emacs-elfeed: Update to 2.3.0.
    
    * gnu/packages/emacs.scm (emacs-elfeed): Update to 2.3.0.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/emacs.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 7a203ef..33f994f 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -21,7 +21,7 @@
 ;;; Copyright © 2017 Mathieu Othacehe <address@hidden>
 ;;; Copyright © 2017 Clément Lassieur <address@hidden>
 ;;; Copyright © 2017 Vasile Dumitrascu <address@hidden>
-;;; Copyright © 2017 Kyle Meyer <address@hidden>
+;;; Copyright © 2017, 2018 Kyle Meyer <address@hidden>
 ;;; Copyright © 2017 Kei Kebreau <address@hidden>
 ;;; Copyright © 2017 George Clemmer <address@hidden>
 ;;; Copyright © 2017 Feng Shu <address@hidden>
@@ -3903,7 +3903,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.2.0")
+    (version "2.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/skeeto/elfeed/archive/";
@@ -3911,7 +3911,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
-                "0d7i93l3b0ck3iad9ddqp7sqa8w16hnamrby8bwvl316rqk4lzlf"))))
+                "1fd1mx0q1qb9vgdzls5ppxfriyid48blg8smgjspiazp7kxakzxv"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases



reply via email to

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