gnu: emacs-flycheck-grammalecte: Fix hash.

* gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte): Fix hash.

The previous hash was from the "dev" branch of the repository.
This commit is contained in:
Nicolas Goaziou 2021-01-28 17:02:32 +01:00
parent a00af77904
commit ca5a791f62
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4747,7 +4747,7 @@ (define-public emacs-flycheck-grammalecte
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1f1gapvs9j89qr474103dqgsiyb96phlnsmq5hiv4ba242blg9lb"))))
(base32 "0ih0nakal36is0dci82gx4ijrvnpz9jpw1adprfara2cf8dx4rk6"))))
(build-system emacs-build-system)
(arguments
`(#:include (cons "\\.py$" %default-include)