gnu: emacs-flycheck: Update to 34.1.

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

Change-Id: I980fc156d783824f8ca07d2ba83a943e15edcb8f
This commit is contained in:
Nicolas Goaziou 2024-02-22 13:47:15 +01:00
parent d251199023
commit 989291a687
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -2594,7 +2594,7 @@ on the Flexoki colour scheme by Steph Ango.")
(define-public emacs-flycheck
(package
(name "emacs-flycheck")
(version "32")
(version "34.1")
(source
(origin
(method git-fetch)
@ -2602,7 +2602,7 @@ on the Flexoki colour scheme by Steph Ango.")
(url "https://github.com/flycheck/flycheck/")
(commit version)))
(sha256
(base32 "0dx6wqxz1yfp4shas4yn6abqc8bz21ks3glcyzznm3xspjdaq21s"))
(base32 "1rhsrbbg3y50qc4drbdgwa1z0hw7w84blgr0xl6zi9mqnjnak495"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs