gnu: emacs-focus: Update to 1.0.0-1.5f3f20e.
* gnu/packages/emacs-xyz.scm (emacs-focus): Update to 1.0.0-1.5f3f20e.master
parent
2cb4ff0321
commit
14e89ae7d9
|
@ -18818,8 +18818,8 @@ searches with @code{ripgrep}.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-focus
|
(define-public emacs-focus
|
||||||
(let ((commit "ab42b8779929beeb7878c7fb3d3ccd80d9327c7f")
|
(let ((commit "5f3f20e7f22fb9fd7c48abce8bd38061d97e4bc0")
|
||||||
(version "0.1.1")
|
(version "1.0.0")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-focus")
|
(name "emacs-focus")
|
||||||
|
@ -18833,7 +18833,7 @@ searches with @code{ripgrep}.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"079v1syid7h2vr2ya6hs6hl0pgj60qdsw60mqw4cj2zllmkrkwj4"))))
|
"0a55i4bychfnnzjg67a9h4j130hchcg44446dwwx1l1h48i692dw"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/larstvei/Focus")
|
(home-page "https://github.com/larstvei/Focus")
|
||||||
(synopsis "Minor mode for focusing in on relevant text")
|
(synopsis "Minor mode for focusing in on relevant text")
|
||||||
|
|
Reference in New Issue