gnu: emacs-helm-ls-git: Update to 1.9.2.

* gnu/packages/emacs-xyz.scm (emacs-helm-ls-git): Update to 1.9.2.
This commit is contained in:
Nicolas Goaziou 2021-09-19 19:38:52 +02:00
parent 526252c650
commit 3428088118
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -20865,26 +20865,24 @@ (define-public emacs-helm-flycheck
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-helm-ls-git (define-public emacs-helm-ls-git
(let ((commit "4da1a53f2f0a078ee2e896a914a1b19c0bf1d5ed")) (package
(package (name "emacs-helm-ls-git")
(name "emacs-helm-ls-git") (version "1.9.2")
(version (git-version "1.9.1" "2" commit)) (source
(source (origin
(origin (method git-fetch)
(method git-fetch) (uri (git-reference
(uri (git-reference (url "https://github.com/emacs-helm/helm-ls-git")
(url "https://github.com/emacs-helm/helm-ls-git") (commit (string-append "v" version))))
(commit commit))) (file-name (git-file-name name version))
(file-name (git-file-name name version)) (sha256
(sha256 (base32 "07jgkc8csnc2hcg4csy07zy3wjbm4fbk4lqiy82rdlxp1vad25vi"))))
(base32 (build-system emacs-build-system)
"12fi08w20yjsdfkxl1pk9q4w0z9l92va5fa5ghay9w33xlymc8dc")))) (propagated-inputs `(("emacs-helm" ,emacs-helm)))
(build-system emacs-build-system) (home-page "https://github.com/emacs-helm/helm-ls-git")
(propagated-inputs `(("emacs-helm" ,emacs-helm))) (synopsis "Helm interface for listing the files in a Git repository")
(home-page "https://github.com/emacs-helm/helm-ls-git") (description
(synopsis "Helm interface for listing the files in a Git repository") "This package provides a Helm interface for Git files.
(description
"This package provides a Helm interface for Git files.
@itemize @itemize
@item Display the open buffers in project. @item Display the open buffers in project.
@item Display a status source showing state of project (modified files etc.). @item Display a status source showing state of project (modified files etc.).
@ -20899,7 +20897,7 @@ (define-public emacs-helm-ls-git
projects unrelated to current-buffer. projects unrelated to current-buffer.
@item In addition, all actions of type files and buffers are provided. @item In addition, all actions of type files and buffers are provided.
@end itemize\n") @end itemize\n")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-helm-mu (define-public emacs-helm-mu
(let ((commit "77e6fea24e01481418738421dbcfe28ef1bd63cf")) (let ((commit "77e6fea24e01481418738421dbcfe28ef1bd63cf"))