mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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:
parent
d251199023
commit
989291a687
1 changed files with 2 additions and 2 deletions
|
@ -2594,7 +2594,7 @@ (define-public emacs-flexoki-themes
|
|||
(define-public emacs-flycheck
|
||||
(package
|
||||
(name "emacs-flycheck")
|
||||
(version "32")
|
||||
(version "34.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2602,7 +2602,7 @@ (define-public emacs-flycheck
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue