guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: emacs-elfeed: Update to 2.1.0.


From: Ludovic Courtès
Subject: 02/10: gnu: emacs-elfeed: Update to 2.1.0.
Date: Tue, 28 Mar 2017 16:38:49 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 6bd4a88989cc407ae7cb119f55cb99de7deb8e37
Author: Kyle Meyer <address@hidden>
Date:   Tue Mar 28 13:52:25 2017 -0400

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 4fe2ffa..fbd5b08 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -21,6 +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>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3089,7 +3090,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 "1.4.1")
+    (version "2.1.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/skeeto/elfeed/archive/";
@@ -3097,7 +3098,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
-                "0i75r8x9ypbfjlnym04h16ikcrlks86p7wsgawrx7mh1lk4inp89"))))
+                "145glas04zd0s2rmnif46vhyijs4z03v871gfp1dcrwxvvvns8ap"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/skeeto/elfeed";)
     (synopsis "Atom/RSS feed reader for Emacs")



reply via email to

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