mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: emacs-ctrlf: Update to 1.6.
* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.6.
This commit is contained in:
parent
eac27d829d
commit
e2a75b4e91
1 changed files with 2 additions and 2 deletions
|
@ -2960,7 +2960,7 @@ (define-public emacs-gcmh
|
|||
(define-public emacs-ctrlf
|
||||
(package
|
||||
(name "emacs-ctrlf")
|
||||
(version "1.5")
|
||||
(version "1.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2969,7 +2969,7 @@ (define-public emacs-ctrlf
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1nd1yk86s0dyf87q77dg724f6629p270q3ar85jgp8gclw5plvyz"))))
|
||||
(base32 "061id540spjycgy2xshj8kwgdngkjinznhx2qp5pmqzzx7z7rpfb"))))
|
||||
(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