mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: emacs-helm-ls-git: Update to 20200519.
* gnu/packages/emacs-xyz.scm (emacs-helm-ls-git): Update to 20200519.
This commit is contained in:
parent
7382b1027a
commit
746c849267
1 changed files with 3 additions and 3 deletions
|
@ -19076,10 +19076,10 @@ (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 "76654c776a7f6e2e5290645e748aac2a746f7daa"))
|
(let ((commit "4da1a53f2f0a078ee2e896a914a1b19c0bf1d5ed"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-helm-ls-git")
|
(name "emacs-helm-ls-git")
|
||||||
(version (git-version "1.9.1" "1" commit))
|
(version (git-version "1.9.1" "2" commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -19089,7 +19089,7 @@ (define-public emacs-helm-ls-git
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vsq1n3xl3ghy5zik2scm7jrs501n4kybdqd6yw6j0cv4jxdqbr0"))))
|
"12fi08w20yjsdfkxl1pk9q4w0z9l92va5fa5ghay9w33xlymc8dc"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs `(("emacs-helm" ,emacs-helm)))
|
(propagated-inputs `(("emacs-helm" ,emacs-helm)))
|
||||||
(home-page "https://github.com/emacs-helm/helm-ls-git")
|
(home-page "https://github.com/emacs-helm/helm-ls-git")
|
||||||
|
|
Loading…
Reference in a new issue