mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: emacs-ctrlf: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.2.
This commit is contained in:
parent
91bcb744ff
commit
5bf1741106
1 changed files with 2 additions and 2 deletions
|
@ -1865,7 +1865,7 @@ (define-public emacs-gcmh
|
||||||
(define-public emacs-ctrlf
|
(define-public emacs-ctrlf
|
||||||
(package
|
(package
|
||||||
(name "emacs-ctrlf")
|
(name "emacs-ctrlf")
|
||||||
(version "1.1")
|
(version "1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1874,7 +1874,7 @@ (define-public emacs-ctrlf
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ffcjf0ff0748gqipkklz6jmcj4f3blgzdcax93ql9ws8bmvlsdc"))))
|
(base32 "1f0k3432brc96am6az6xr1nks1vacqzixhdgwfn2xklb8if9a5xi"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/raxod502/ctrlf/")
|
(home-page "https://github.com/raxod502/ctrlf/")
|
||||||
(synopsis "Single-buffer text search in Emacs")
|
(synopsis "Single-buffer text search in Emacs")
|
||||||
|
|
Loading…
Reference in a new issue