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 @@ for Flow files.")
|
||||||
(define-public emacs-flycheck-grammalecte
|
(define-public emacs-flycheck-grammalecte
|
||||||
(package
|
(package
|
||||||
(name "emacs-flycheck-grammalecte")
|
(name "emacs-flycheck-grammalecte")
|
||||||
(version "1.3")
|
(version "1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -5098,7 +5098,7 @@ for Flow files.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ih0nakal36is0dci82gx4ijrvnpz9jpw1adprfara2cf8dx4rk6"))))
|
(base32 "18yiv09hzbclf9rjp61lxlia2m1qbvmwkiqxxs9jjpac28x7ypjf"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:include (cons "\\.py$" %default-include)
|
`(#:include (cons "\\.py$" %default-include)
|
||||||
|
|
|
||||||
Reference in a new issue