guix-commits
[Top][All Lists]
Advanced

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

14/26: gnu: emacs-grep-context: Update to 0.1.0-1.5a4e3ef.


From: guix-commits
Subject: 14/26: gnu: emacs-grep-context: Update to 0.1.0-1.5a4e3ef.
Date: Thu, 19 Sep 2019 20:35:37 -0400 (EDT)

leungbk pushed a commit to branch emacs-tests
in repository guix.

commit 760ea037895bec47b1c1a374907ce2d79255c90e
Author: Brian Leung <address@hidden>
Date:   Tue Sep 10 05:41:24 2019 +0200

    gnu: emacs-grep-context: Update to 0.1.0-1.5a4e3ef.
    
    * gnu/packages/emacs-xyz.scm (emacs-grep-context): Update to 
0.1.0-1.5a4e3ef.
---
 gnu/packages/emacs-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 48692a5..e30d3ce 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13171,10 +13171,11 @@ perform regression test for packages that provide 
font-lock rules.")
       (license license:gpl3+))))
 
 (define-public emacs-grep-context
-  (let ((commit "a17c57e66687a54e195e08afe776bdd60cb6c0a7"))
+  (let ((commit "5a4e3efdf775755c1bbefcfe4b461c1166d81d7d")
+        (revision "1"))
     (package
       (name "emacs-grep-context")
-      (version (git-version "0.1" "1" commit))
+      (version (git-version "0.1.0" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -13184,11 +13185,11 @@ perform regression test for packages that provide 
font-lock rules.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1nqfa6kjzjshww4hnwg1c0vcr90bdjihy3kmixq3c3jkvxg99b62"))))
+           "00q7l4a3c0ay6g5ff9bfa2qgkiswsyh4s6pqnpg0zpzhvv5710f5"))))
       (build-system emacs-build-system)
       (propagated-inputs
        `(("emacs-dash" ,emacs-dash)))
-      (home-page "https://github.com/nashamri/academic-phrases";)
+      (home-page "https://github.com/mkcms/grep-context";)
       (synopsis "Increase context in compilation and grep buffers")
       (description
        "This package provides an Emacs package for more context in



reply via email to

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