mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
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:
parent
a00af77904
commit
ca5a791f62
1 changed files with 1 additions and 1 deletions
|
@ -4747,7 +4747,7 @@ (define-public emacs-flycheck-grammalecte
|
||||||
(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 "1f1gapvs9j89qr474103dqgsiyb96phlnsmq5hiv4ba242blg9lb"))))
|
(base32 "0ih0nakal36is0dci82gx4ijrvnpz9jpw1adprfara2cf8dx4rk6"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:include (cons "\\.py$" %default-include)
|
`(#:include (cons "\\.py$" %default-include)
|
||||||
|
|
Loading…
Reference in a new issue