[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-parseclj: Update to 1.0.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-parseclj: Update to 1.0.2. |
Date: |
Tue, 28 Sep 2021 15:21:58 -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 9be6c28 gnu: emacs-parseclj: Update to 1.0.2.
9be6c28 is described below
commit 9be6c28dcbdfcc3352eff92587a600c4b78cf54c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Sep 28 21:21:16 2021 +0200
gnu: emacs-parseclj: Update to 1.0.2.
* gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.0.2.
---
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 1be262b..540b35a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27365,7 +27365,7 @@ It uses parseclj's shift-reduce parser internally.")
(define-public emacs-parseclj
(package
(name "emacs-parseclj")
- (version "1.0.0")
+ (version "1.0.2")
(source
(origin
(method git-fetch)
@@ -27375,7 +27375,7 @@ It uses parseclj's shift-reduce parser internally.")
(file-name (git-file-name name version))
(sha256
(base32
- "197p11n04vicqwi6ixfafbqnh3rhya8mn76nfs5q7h5s000xxs08"))))
+ "0rn72iwsdlmixkrg97p3km0a85bxvx5lnvsnkrga3rv48lxxq7h9"))))
(build-system emacs-build-system)
(propagated-inputs `(("emacs-a" ,emacs-a)))
(home-page "https://cider.mx")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-parseclj: Update to 1.0.2.,
guix-commits <=