gnu: emacs-flycheck-grammalecte: Update to 1.4.
* gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte): Update to 1.4.
This commit is contained in:
parent
165786bb7a
commit
f103cf276d
1 changed files with 2 additions and 2 deletions
|
@ -5089,7 +5089,7 @@ (define-public emacs-flycheck-flow
|
|||
(define-public emacs-flycheck-grammalecte
|
||||
(package
|
||||
(name "emacs-flycheck-grammalecte")
|
||||
(version "1.3")
|
||||
(version "1.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5098,7 +5098,7 @@ (define-public emacs-flycheck-grammalecte
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0ih0nakal36is0dci82gx4ijrvnpz9jpw1adprfara2cf8dx4rk6"))))
|
||||
(base32 "18yiv09hzbclf9rjp61lxlia2m1qbvmwkiqxxs9jjpac28x7ypjf"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:include (cons "\\.py$" %default-include)
|
||||
|
|
Loading…
Reference in a new issue