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:
Nicolas Goaziou 2021-05-07 16:33:00 +02:00
parent 165786bb7a
commit f103cf276d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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)