all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Rohleder <mike@rohleder.de>
To: 40580@debbugs.gnu.org
Subject: [bug#40580] [PATCH] gnu: emacs-helm-ag: Update to 0.59.
Date: Sun, 12 Apr 2020 20:27:39 +0200	[thread overview]
Message-ID: <87zhbgsgo4.fsf@rohleder.de> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 64 bytes --]


* gnu/packages/emacs-xyz.scm (emacs-helm-ag): Update to 0.59.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: [PATCH] gnu: emacs-helm-ag: Update to 0.59. --]
[-- Type: text/x-patch, Size: 1500 bytes --]

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(-)

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


[-- Attachment #1.3: Type: text/plain, Size: 59 bytes --]


-- 
Reality always seems harsher in the early morning.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

             reply	other threads:[~2020-04-12 18:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-12 18:27 Michael Rohleder [this message]
2020-04-14 20:56 ` bug#40580: [PATCH] gnu: emacs-helm-ag: Update to 0.59 Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zhbgsgo4.fsf@rohleder.de \
    --to=mike@rohleder.de \
    --cc=40580@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.