[PATCH] gnu: emacs-helm-ag: Update to 0.59.

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

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)
87zhbgsgo4.fsf@rohleder.de
* gnu/packages/emacs-xyz.scm (emacs-helm-ag): Update to 0.59.
From b68c525ecc51c55d1daca8c60468a0628ff8ea2e Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Sun, 12 Apr 2020 20:20:23 +0200
Subject: [PATCH] gnu: emacs-helm-ag: Update to 0.59.

* gnu/packages/emacs-xyz.scm (emacs-helm-ag): Update to 0.59.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (29 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 541a526ad0..5b83df0980 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7424,11 +7424,11 @@ for search-based navigation of buffers.")
(license license:gpl2+)))
(define-public emacs-helm-ag
- (let ((commit "2fc02c4ead29bf0db06fd70740cc7c364cb650ac")
+ (let ((commit "79373d7f1616d175a5e0730e1e0c3855f04bd945")
(revision "1"))
(package
(name "emacs-helm-ag")
- (version (git-version "0.58" revision commit))
+ (version (git-version "0.59" revision commit))
(source
(origin
(method git-fetch)
@@ -7437,7 +7437,7 @@ for search-based navigation of buffers.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "1gnn0byywbld6afcq1vp92cjvy4wlag9d1wgymnqn86c3b1bcf21"))))
+ (base32 "0vsz2b5qw4qahlf74059z4p1grinhfz28f0psw4c3qf4jasv3b9j"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-helm" ,emacs-helm)))
--
2.26.0
--
Reality always seems harsher in the early morning.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl6TXZsACgkQfHr/vv7y
yyUs7Af9GavNofHGB8s9AyCGlVdbKsqPmHGeL9bUr8Mehpw6+DpQ6I+cMDi9rUsd
Z5YuFPjFDbtKP+zq2GYrvQL6p67X9cLd7wUtAlnyLQpuDsiCwcMKtMKB+IOso7sC
MrNIrSevVY5iQUYPyHFDguItZCwlGm3SejRSrHLCxMSb5riTXvkHstoY6YZO69nI
Wam1MUIGFgOdX++1xggoCeQ0NC8oLXIO7qLNfDhGoZnMG65F8hwfX2Qx39PtS13g
jccAAXn9Nq610ee1oa6S75jUykJZQxYQLreqTnciFx7G26+tnIooOoOENK9L/yqy
mIy/iXxC8HT39FB7p+9c2sTArIMWhg==
=oMOQ
-----END PGP SIGNATURE-----

Nicolas Goaziou wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 40580-done@debbugs.gnu.org)
87a73d3hwv.fsf@nicolasgoaziou.fr
Hello,

Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-helm-ag): Update to 0.59.

Thank you.

Toggle quote (7 lines)
> + (let ((commit "79373d7f1616d175a5e0730e1e0c3855f04bd945")
> (revision "1"))
> (package
> (name "emacs-helm-ag")
> - (version (git-version "0.58" revision commit))
> + (version (git-version "0.59" revision commit))

Since you're pointing at a regular release, I removed "commit" and
"revision" bindings, and switched to plain (version "0.59")

Applied as 06e48de57ea0422a0b054d6ef7fb61add7c4ae99.

Regards,

--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 40580
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