me
/
guix
Archived
1
0
Fork 0

gnu: emacs-helm-flycheck: Update to 1.9.3.

* gnu/packages/emacs-xyz.scm (emacs-helm-flycheck): Update to 1.9.3.
master
Nicolas Goaziou 2021-10-15 10:49:17 +02:00
parent c27c196b57
commit 1579e43426
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -20986,7 +20986,7 @@ See @code{helm-exwm-switch-browser} for an example.")
(define-public emacs-helm-ls-git
(package
(name "emacs-helm-ls-git")
(version "1.9.2")
(version "1.9.3")
(source
(origin
(method git-fetch)
@ -20995,7 +20995,7 @@ See @code{helm-exwm-switch-browser} for an example.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "07jgkc8csnc2hcg4csy07zy3wjbm4fbk4lqiy82rdlxp1vad25vi"))))
(base32 "1bqk0z6zd3aza7ibb8h0ghya5kid4m6z01gs7jf4sr6p49rzp7hd"))))
(build-system emacs-build-system)
(propagated-inputs `(("emacs-helm" ,emacs-helm)))
(home-page "https://github.com/emacs-helm/helm-ls-git")