guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-helm-swoop: Update to 3.0.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-helm-swoop: Update to 3.0.0.
Date: Fri, 07 Aug 2020 14:34:19 -0400

This is an automated email from the git hooks/post-receive script.

brettgilio pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 93538a0  gnu: emacs-helm-swoop: Update to 3.0.0.
93538a0 is described below

commit 93538a0a5bdf27091f0e19929bb05d418143027f
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Aug 7 16:08:38 2020 +0200

    gnu: emacs-helm-swoop: Update to 3.0.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-swoop): Update to 3.0.0.
    
    Signed-off-by: Brett Gilio <brettg@gnu.org>
---
 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 64c916d..15edfc7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8387,7 +8387,7 @@ as well as features for editing search results.")
 (define-public emacs-helm-swoop
   (package
     (name "emacs-helm-swoop")
-    (version "2.0.0")
+    (version "3.0.0")
     (source
      (origin
        (method git-fetch)
@@ -8396,7 +8396,7 @@ as well as features for editing search results.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0k0ns92g45x8dbymqpl6ylk5mj3wiw2h03f48q5cy1z8in0c4rjd"))))
+        (base32 "1qjay0fvryxa8n1ws6r1by512p2fylb2nj7ycm1497fcalb0d706"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-helm" ,emacs-helm)))



reply via email to

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