guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23/63: gnu: emacs-helm-ag: Update to 0.64.


From: guix-commits
Subject: 23/63: gnu: emacs-helm-ag: Update to 0.64.
Date: Sat, 29 May 2021 10:17:43 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7c45ad24832403986a4de0f650f36cb1fca4003e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 29 15:40:28 2021 +0200

    gnu: emacs-helm-ag: Update to 0.64.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-ag): Update to 0.64.
---
 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 c3fad3a..992257c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10305,7 +10305,7 @@ for search-based navigation of buffers.")
 (define-public emacs-helm-ag
   (package
     (name "emacs-helm-ag")
-    (version "0.62")
+    (version "0.64")
     (source
      (origin
        (method git-fetch)
@@ -10314,7 +10314,7 @@ for search-based navigation of buffers.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0xgbpp8xqdiyvfs64x0q909g77ml28z3irw2lnasvpsg0dfdm2zy"))))
+        (base32 "0ml9yp3qaiwn7iixyxvsj3fxn7gw913qxisr47df57q4ka912law"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-helm" ,emacs-helm)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]