me
/
guix
Archived
1
0
Fork 0

gnu: emacs-flymake-kondor: Update to 0.1.3.

* gnu/packages/emacs-xyz.scm (emacs-flymake-kondor): Update to 0.1.3.
master
Jelle Licht 2021-11-19 12:47:15 +01:00
parent bd2aa8031b
commit 42070c199a
No known key found for this signature in database
GPG Key ID: DA4597F947B41025
1 changed files with 17 additions and 20 deletions

View File

@ -1634,26 +1634,23 @@ boilerplate code from defining new Flymake backend functions.")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-flymake-kondor (define-public emacs-flymake-kondor
;; No tag, version grabbed from source .el file. (package
(let ((commit "389b513c7287ede7a996a3d0db2e84b00772fef5") (name "emacs-flymake-kondor")
(revision "0")) (version "0.1.3")
(package (source
(name "emacs-flymake-kondor") (origin
(version (git-version "0.1.1" revision commit)) (method git-fetch)
(source (uri (git-reference
(origin (url "https://github.com/turbo-cafe/flymake-kondor")
(method git-fetch) (commit version)))
(uri (git-reference (file-name (git-file-name name version))
(url "https://github.com/turbo-cafe/flymake-kondor") (sha256
(commit commit))) (base32 "1vcl1q07faqqmrryyia36hbgf78g3cs51pbi0bx41yzz779ribvk"))))
(file-name (git-file-name name version)) (build-system emacs-build-system)
(sha256 (home-page "https://github.com/turbo-cafe/flymake-kondor")
(base32 "1by6p1j091xk5bfdpbqp7fifjn4rknrbm8r3xjfvpb4xcb19nmig")))) (synopsis "Linter with clj-kondo")
(build-system emacs-build-system) (description "This package adds Clojure syntax checker clj-kondo.")
(home-page "https://github.com/turbo-cafe/flymake-kondor") (license license:gpl3+)))
(synopsis "Linter with clj-kondo")
(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.