[PATCH] gnu: emacs-helm-swoop: Update to 3.0.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20200807140838.19226-1-mike@rohleder.de
* 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(-)

Toggle diff (24 lines)
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
Brett Gilio wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 42746-close@debbugs.gnu.org)
87364y5mcj.fsf@gnu.org
Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (28 lines)
> * 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!
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42746@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42746
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help