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:
Jelle Licht 2021-11-16 17:36:14 +01:00
parent 7dce1df34b
commit eb4edd7fde
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -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
(package ;; No tag, version grabbed from source .el file.
(name "emacs-flymake-kondor") (let ((commit "389b513c7287ede7a996a3d0db2e84b00772fef5")
(version "0.0.3") (revision "0"))
(source (package
(origin (name "emacs-flymake-kondor")
(method git-fetch) (version (git-version "0.1.1" revision commit))
(uri (git-reference (source
(url "https://github.com/turbo-cafe/flymake-kondor") (origin
(commit version))) (method git-fetch)
(file-name (git-file-name name version)) (uri (git-reference
(sha256 (url "https://github.com/turbo-cafe/flymake-kondor")
(base32 "0h8dqk35r10pxx2w4swb3kij4y2vi17j9wfk978x8lf0wd3h3hsy")))) (commit commit)))
(build-system emacs-build-system) (file-name (git-file-name name version))
(propagated-inputs (sha256
`(("emacs-flymake-quickdef" ,emacs-flymake-quickdef))) (base32 "1by6p1j091xk5bfdpbqp7fifjn4rknrbm8r3xjfvpb4xcb19nmig"))))
(home-page "https://github.com/turbo-cafe/flymake-kondor") (build-system emacs-build-system)
(synopsis "Linter with clj-kondo") (home-page "https://github.com/turbo-cafe/flymake-kondor")
(description "This package adds Clojure syntax checker clj-kondo.") (synopsis "Linter with clj-kondo")
(license license:gpl3+))) (description "This package adds Clojure syntax checker clj-kondo.")
(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.