mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-isearch-prop: Update to 0-2.4a2765f.
* gnu/packages/emacs-xyz.scm (emacs-isearch-prop): Update to 0-2.4a2765f.
This commit is contained in:
parent
d93e36cfa5
commit
4d33be6bd2
1 changed files with 3 additions and 3 deletions
|
@ -12214,8 +12214,8 @@ (define-public emacs-lacarte
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public emacs-isearch-prop
|
(define-public emacs-isearch-prop
|
||||||
(let ((commit "5e9dc44cf582d998aaa73ccd4d07cbda01248156")
|
(let ((commit "4a2765f835dd115d472142da05215c4c748809f4")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-isearch-prop")
|
(name "emacs-isearch-prop")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
|
@ -12228,7 +12228,7 @@ (define-public emacs-isearch-prop
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xawppy705ybsgx566zvj8zk2aajq0sqvhvfs7nijqq32lx0a2zl"))))
|
"06gdk5m84q6pxwng8rjxny1zkll8f3m2x6lw4xyib2dvg7iaslh3"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://www.emacswiki.org/emacs/isearch-prop.el")
|
(home-page "https://www.emacswiki.org/emacs/isearch-prop.el")
|
||||||
(synopsis "Extensions to @code{isearch.el}")
|
(synopsis "Extensions to @code{isearch.el}")
|
||||||
|
|
Loading…
Reference in a new issue