guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-helm-ag: Update to 0.62.


From: guix-commits
Subject: 01/02: gnu: emacs-helm-ag: Update to 0.62.
Date: Sat, 25 Jul 2020 05:49:33 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 44a2ee1d2b3cbceda43135d0588904c418c8e249
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Jul 24 13:20:10 2020 +0200

    gnu: emacs-helm-ag: Update to 0.62.
    
    From 2a2b347b4abbd91eaf09f61643fdd22b51b21d4d Mon Sep 17 00:00:00 2001
    From: Michael Rohleder <mike@rohleder.de>
    Date: Fri, 24 Jul 2020 13:17:59 +0200
    Subject: [PATCH] gnu: emacs-helm-ag: Update to 0.62.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-ag): Update to 0.62.
    
    Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
---
 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 11f94f9..0f93d86 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8350,7 +8350,7 @@ for search-based navigation of buffers.")
 (define-public emacs-helm-ag
   (package
     (name "emacs-helm-ag")
-    (version "0.59")
+    (version "0.62")
     (source
      (origin
        (method git-fetch)
@@ -8359,7 +8359,7 @@ for search-based navigation of buffers.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0vsz2b5qw4qahlf74059z4p1grinhfz28f0psw4c3qf4jasv3b9j"))))
+        (base32 "0xgbpp8xqdiyvfs64x0q909g77ml28z3irw2lnasvpsg0dfdm2zy"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-helm" ,emacs-helm)))



reply via email to

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