mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-24 01:51:51 +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:
committed by
Andreas Enge
parent
04ba912d3b
commit
0ab50ef678
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user