mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: emacs-ctrlf: Update to 1.4.
* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.4.
This commit is contained in:
parent
ccd9d07de0
commit
7281bb071e
1 changed files with 2 additions and 2 deletions
|
@ -2438,7 +2438,7 @@ (define-public emacs-gcmh
|
|||
(define-public emacs-ctrlf
|
||||
(package
|
||||
(name "emacs-ctrlf")
|
||||
(version "1.3")
|
||||
(version "1.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2447,7 +2447,7 @@ (define-public emacs-ctrlf
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "06wq6scqy2ax0h6aahy2r7hn3bbmkzl4w99bkrc3cqd4ij78sc8g"))))
|
||||
(base32 "04w708g7d1pnsc18h8fjyqkhk08jkq853alaidriamxyycvdwk0i"))))
|
||||
(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