[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-flycheck-grammalecte: Fix hash.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-flycheck-grammalecte: Fix hash. |
Date: |
Thu, 28 Jan 2021 11:04:17 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ca5a791 gnu: emacs-flycheck-grammalecte: Fix hash.
ca5a791 is described below
commit ca5a791f6285b08506ccd662d5911ccf0c4d1ece
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jan 28 17:02:32 2021 +0100
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.
---
gnu/packages/emacs-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 85356f2..9b648da 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4747,7 +4747,7 @@ for Flow files.")
(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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-flycheck-grammalecte: Fix hash.,
guix-commits <=