guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: emacs-elfeed: Update to 2.1.1.


From: Arun Isaac
Subject: 01/05: gnu: emacs-elfeed: Update to 2.1.1.
Date: Mon, 12 Jun 2017 15:42:25 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit e831283de80a06e901028d8f3ebc900e6cc96517
Author: Kyle Meyer <address@hidden>
Date:   Sat Jun 10 23:29:16 2017 -0400

    gnu: emacs-elfeed: Update to 2.1.1.
    
    * gnu/packages/emacs.scm (emacs-elfeed): Update to 2.1.1.
    
    Signed-off-by: Arun Isaac <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 a4cb4a0..e836ec2 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3144,7 +3144,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.0")
+    (version "2.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/skeeto/elfeed/archive/";
@@ -3152,7 +3152,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
-                "145glas04zd0s2rmnif46vhyijs4z03v871gfp1dcrwxvvvns8ap"))))
+                "1wlwc8fbkg6w1c8p856ikc20xm72f51clnzz419p0g8cavy27npw"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases



reply via email to

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