mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05:00
gnu: emacs-flymake-kondor: Update to 0.1.1-0.389b513.
* gnu/packages/emacs-xyz.scm (emacs-flymake-kondor): Update to 0.1.1-0.389b513. [propagated-inputs]: Remove emacs-flymake-quickdef.
This commit is contained in:
parent
7dce1df34b
commit
eb4edd7fde
1 changed files with 20 additions and 19 deletions
|
@ -1634,25 +1634,26 @@ (define-public emacs-flymake-quickdef
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-flymake-kondor
|
(define-public emacs-flymake-kondor
|
||||||
|
;; No tag, version grabbed from source .el file.
|
||||||
|
(let ((commit "389b513c7287ede7a996a3d0db2e84b00772fef5")
|
||||||
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-flymake-kondor")
|
(name "emacs-flymake-kondor")
|
||||||
(version "0.0.3")
|
(version (git-version "0.1.1" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/turbo-cafe/flymake-kondor")
|
(url "https://github.com/turbo-cafe/flymake-kondor")
|
||||||
(commit version)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0h8dqk35r10pxx2w4swb3kij4y2vi17j9wfk978x8lf0wd3h3hsy"))))
|
(base32 "1by6p1j091xk5bfdpbqp7fifjn4rknrbm8r3xjfvpb4xcb19nmig"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
|
||||||
`(("emacs-flymake-quickdef" ,emacs-flymake-quickdef)))
|
|
||||||
(home-page "https://github.com/turbo-cafe/flymake-kondor")
|
(home-page "https://github.com/turbo-cafe/flymake-kondor")
|
||||||
(synopsis "Linter with clj-kondo")
|
(synopsis "Linter with clj-kondo")
|
||||||
(description "This package adds Clojure syntax checker clj-kondo.")
|
(description "This package adds Clojure syntax checker clj-kondo.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-flymake-shellcheck
|
(define-public emacs-flymake-shellcheck
|
||||||
;; No tag, version grabbed from source .el file.
|
;; No tag, version grabbed from source .el file.
|
||||||
|
|
Loading…
Reference in a new issue