mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +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:
parent
04ba912d3b
commit
0ab50ef678
1 changed files with 4 additions and 4 deletions
|
@ -3339,15 +3339,15 @@ on the Flexoki colour scheme by Steph Ango.")
|
||||||
(define-public emacs-flycheck
|
(define-public emacs-flycheck
|
||||||
(package
|
(package
|
||||||
(name "emacs-flycheck")
|
(name "emacs-flycheck")
|
||||||
(version "34.1")
|
(version "35.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/flycheck/flycheck/")
|
(url "https://github.com/flycheck/flycheck/")
|
||||||
(commit version)))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1rhsrbbg3y50qc4drbdgwa1z0hw7w84blgr0xl6zi9mqnjnak495"))
|
(base32 "1jj9w1j1qgpj3cdihwkgaj7nd714a0sgsydh413j9rsv6a3d4cgg"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue