gnu: emacs-consult-flycheck: Update to 1.0.

* gnu/packages/emacs-xyz.scm (emacs-consult-flycheck): Update to 1.0.

Change-Id: Ic52b212be42f59f70365d907d6b8992b7fc1101e
This commit is contained in:
Nicolas Goaziou 2024-01-01 18:43:29 +01:00
parent 116b63bbab
commit 9e02261d5e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11982,29 +11982,26 @@ (define-public emacs-consult-eglot
(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. (package
(let ((commit "3f2a7c17cc2fe64e0c07e3bf90e33c885c0d7062") (name "emacs-consult-flycheck")
(revision "0")) (version "1.0")
(package (source (origin
(name "emacs-consult-flycheck") (method git-fetch)
(version (git-version "0.9" revision commit)) (uri (git-reference
(source (origin (url "https://github.com/minad/consult-flycheck")
(method git-fetch) (commit version)))
(uri (git-reference (file-name (git-file-name name version))
(url "https://github.com/minad/consult-flycheck") (sha256
(commit commit))) (base32
(file-name (git-file-name name version)) "1yi2qa4gbxlyhwc4rj3iidgr1dpdij68gbkgkk55l53p3yl1p2ww"))))
(sha256 (build-system emacs-build-system)
(base32 (propagated-inputs (list emacs-consult emacs-flycheck))
"0cvxl6ynbns3wlpzilhg4ldakb91ikpibbr9wpb2wkzbgi5c766c")))) (home-page "https://github.com/minad/consult-flycheck")
(build-system emacs-build-system) (synopsis "Consult integration for Flycheck")
(propagated-inputs (list emacs-consult emacs-flycheck)) (description
(home-page "https://github.com/minad/consult-flycheck") "This package provides the @code{consult-flycheck} command for Emacs,
(synopsis "Consult integration for Flycheck")
(description
"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")