guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-elfeed: Update to 3.2.0.


From: guix-commits
Subject: 01/01: gnu: emacs-elfeed: Update to 3.2.0.
Date: Sat, 21 Sep 2019 14:36:15 -0400 (EDT)

leungbk pushed a commit to branch master
in repository guix.

commit e13b354a7733d22bb67c8618aa41d7f759f4432e
Author: Brian Leung <address@hidden>
Date:   Sat Sep 21 20:35:04 2019 +0200

    gnu: emacs-elfeed: Update to 3.2.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-elfeed): Update to 3.2.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 bffd0c6..a463f4c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5877,7 +5877,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 "3.1.0")
+    (version "3.2.0")
     (source
      (origin
        (method git-fetch)
@@ -5886,7 +5886,7 @@ If you want to mark a folder manually as a project just 
create an empty
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1bzpl6lc7kq9bph4bfz1fn19207blrnhjr2g7yinhn0nnnjmxi8i"))))
+        (base32 "0m0a35210pb4yf6m8mzaq6nkl9x6fphjjqyl3dzygnmmzxkc8aw2"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #t



reply via email to

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