unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42746] [PATCH] gnu: emacs-helm-swoop: Update to 3.0.0.
@ 2020-08-07 14:08 Michael Rohleder
  2020-08-07 18:42 ` bug#42746: " Brett Gilio
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-08-07 14:08 UTC (permalink / raw)
  To: 42746; +Cc: Michael Rohleder

* gnu/packages/emacs-xyz.scm (emacs-helm-swoop): Update to 3.0.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 fc249ff8c8..89fae5933f 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)))
-- 
2.28.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#42746: [PATCH] gnu: emacs-helm-swoop: Update to 3.0.0.
  2020-08-07 14:08 [bug#42746] [PATCH] gnu: emacs-helm-swoop: Update to 3.0.0 Michael Rohleder
@ 2020-08-07 18:42 ` Brett Gilio
  0 siblings, 0 replies; 2+ messages in thread
From: Brett Gilio @ 2020-08-07 18:42 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 42746-close

Michael Rohleder <mike@rohleder.de> writes:

> * gnu/packages/emacs-xyz.scm (emacs-helm-swoop): Update to 3.0.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 fc249ff8c8..89fae5933f 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)))

Hi! Applied with 93538a0a5bdf27091f0e19929bb05d418143027f.

Thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-07 18:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-07 14:08 [bug#42746] [PATCH] gnu: emacs-helm-swoop: Update to 3.0.0 Michael Rohleder
2020-08-07 18:42 ` bug#42746: " Brett Gilio

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).