1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00

gnu: emacs-flycheck: Update to 35.0.

* gnu/packages/emacs-xyz.scm (emacs-flycheck): Update to 35.0.
[source]: Fix indentation.

Change-Id: Ia0e9d4a3d38d073558e9a9fc7e9f9398af00a5fb
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Cayetano Santos 2025-07-07 13:58:55 +02:00 committed by Andreas Enge
parent 04ba912d3b
commit 0ab50ef678
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -3339,15 +3339,15 @@ on the Flexoki colour scheme by Steph Ango.")
(define-public emacs-flycheck
(package
(name "emacs-flycheck")
(version "34.1")
(version "35.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/flycheck/flycheck/")
(commit version)))
(url "https://github.com/flycheck/flycheck/")
(commit (string-append "v" version))))
(sha256
(base32 "1rhsrbbg3y50qc4drbdgwa1z0hw7w84blgr0xl6zi9mqnjnak495"))
(base32 "1jj9w1j1qgpj3cdihwkgaj7nd714a0sgsydh413j9rsv6a3d4cgg"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs