[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-flycheck-grammalecte: Update to 1.4.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-flycheck-grammalecte: Update to 1.4. |
Date: |
Fri, 07 May 2021 10:33:39 -0400 |
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 f103cf2 gnu: emacs-flycheck-grammalecte: Update to 1.4.
f103cf2 is described below
commit f103cf276d3812aa744f3872a57a67bab589d491
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 7 16:33:00 2021 +0200
gnu: emacs-flycheck-grammalecte: Update to 1.4.
* gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte): Update to 1.4.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a3046b1..12a5782 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5089,7 +5089,7 @@ for Flow files.")
(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 @@ for Flow files.")
(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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-flycheck-grammalecte: Update to 1.4.,
guix-commits <=