GNU bug report logs -
#40580
[PATCH] gnu: emacs-helm-ag: Update to 0.59.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Sun, 12 Apr 2020 18:28:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 40580 in the body.
You can then email your comments to 40580 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#40580
; Package
guix-patches
.
(Sun, 12 Apr 2020 18:28:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Michael Rohleder <mike <at> rohleder.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 12 Apr 2020 18:28:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
* gnu/packages/emacs-xyz.scm (emacs-helm-ag): Update to 0.59.
[0001-gnu-emacs-helm-ag-Update-to-0.59.patch (text/x-patch, inline)]
From b68c525ecc51c55d1daca8c60468a0628ff8ea2e Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike <at> 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(-)
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
[Message part 3 (text/plain, inline)]
--
Reality always seems harsher in the early morning.
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Tue, 14 Apr 2020 20:57:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Michael Rohleder <mike <at> rohleder.de>
:
bug acknowledged by developer.
(Tue, 14 Apr 2020 20:57:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 40580-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Michael Rohleder <mike <at> rohleder.de> writes:
> * gnu/packages/emacs-xyz.scm (emacs-helm-ag): Update to 0.59.
Thank you.
> + (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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 13 May 2020 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 34 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.