guix-commits
[Top][All Lists]
Advanced

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

11/26: gnu: emacs-isearch-prop: Update to 0-2.4a2765f.


From: guix-commits
Subject: 11/26: gnu: emacs-isearch-prop: Update to 0-2.4a2765f.
Date: Thu, 19 Sep 2019 20:35:36 -0400 (EDT)

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

commit 4d33be6bd26167390f82a8589510f3f130a13733
Author: Brian Leung <address@hidden>
Date:   Tue Sep 10 05:30:02 2019 +0200

    gnu: emacs-isearch-prop: Update to 0-2.4a2765f.
    
    * gnu/packages/emacs-xyz.scm (emacs-isearch-prop): Update to 0-2.4a2765f.
---
 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 6a7bd69..244e950 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12214,8 +12214,8 @@ until the top-level form is no longer a macro call.")
     (license license:gpl3)))
 
 (define-public emacs-isearch-prop
-  (let ((commit "5e9dc44cf582d998aaa73ccd4d07cbda01248156")
-        (revision "1"))
+  (let ((commit "4a2765f835dd115d472142da05215c4c748809f4")
+        (revision "2"))
     (package
       (name "emacs-isearch-prop")
       (version (git-version "0" revision commit))
@@ -12228,7 +12228,7 @@ until the top-level form is no longer a macro call.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1xawppy705ybsgx566zvj8zk2aajq0sqvhvfs7nijqq32lx0a2zl"))))
+           "06gdk5m84q6pxwng8rjxny1zkll8f3m2x6lw4xyib2dvg7iaslh3"))))
       (build-system emacs-build-system)
       (home-page "https://www.emacswiki.org/emacs/isearch-prop.el";)
       (synopsis "Extensions to @code{isearch.el}")



reply via email to

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