mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: emacs-ctrlf: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.1.
This commit is contained in:
parent
9a5d56e047
commit
316df38a44
1 changed files with 2 additions and 2 deletions
|
@ -1717,7 +1717,7 @@ (define-public emacs-aggressive-indent
|
|||
(define-public emacs-ctrlf
|
||||
(package
|
||||
(name "emacs-ctrlf")
|
||||
(version "1.0")
|
||||
(version "1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1726,7 +1726,7 @@ (define-public emacs-ctrlf
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "10gnhafas54zj3z9173h1g7b519ac4i26afclmw3w1pk6qyyb03z"))))
|
||||
(base32 "1ffcjf0ff0748gqipkklz6jmcj4f3blgzdcax93ql9ws8bmvlsdc"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/raxod502/ctrlf/")
|
||||
(synopsis "Single-buffer text search in Emacs")
|
||||
|
|
Loading…
Reference in a new issue