gnu: emacs-consult-flycheck: Update to 1.0.
* gnu/packages/emacs-xyz.scm (emacs-consult-flycheck): Update to 1.0. Change-Id: Ic52b212be42f59f70365d907d6b8992b7fc1101emaster
parent
116b63bbab
commit
9e02261d5e
|
@ -11982,21 +11982,18 @@ call.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-consult-flycheck
|
(define-public emacs-consult-flycheck
|
||||||
;; This particular commit introduces bug fixes above latest release.
|
|
||||||
(let ((commit "3f2a7c17cc2fe64e0c07e3bf90e33c885c0d7062")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-consult-flycheck")
|
(name "emacs-consult-flycheck")
|
||||||
(version (git-version "0.9" revision commit))
|
(version "1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/minad/consult-flycheck")
|
(url "https://github.com/minad/consult-flycheck")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cvxl6ynbns3wlpzilhg4ldakb91ikpibbr9wpb2wkzbgi5c766c"))))
|
"1yi2qa4gbxlyhwc4rj3iidgr1dpdij68gbkgkk55l53p3yl1p2ww"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-consult emacs-flycheck))
|
(propagated-inputs (list emacs-consult emacs-flycheck))
|
||||||
(home-page "https://github.com/minad/consult-flycheck")
|
(home-page "https://github.com/minad/consult-flycheck")
|
||||||
|
@ -12004,7 +12001,7 @@ call.")
|
||||||
(description
|
(description
|
||||||
"This package provides the @code{consult-flycheck} command for Emacs,
|
"This package provides the @code{consult-flycheck} command for Emacs,
|
||||||
which integrates @code{Consult} with @code{Flycheck}.")
|
which integrates @code{Consult} with @code{Flycheck}.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-eglot-tempel
|
(define-public emacs-eglot-tempel
|
||||||
(let ((commit "e08b203d6a7c495d4b91ed4537506b5f1ea8a84f")
|
(let ((commit "e08b203d6a7c495d4b91ed4537506b5f1ea8a84f")
|
||||||
|
|
Reference in New Issue