[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-parseclj: Update to 1.0.4.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-parseclj: Update to 1.0.4. |
Date: |
Fri, 01 Oct 2021 04:28:44 -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 b8d3c89 gnu: emacs-parseclj: Update to 1.0.4.
b8d3c89 is described below
commit b8d3c8925adc721da5e1c3977a8374742cef222c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Oct 1 10:28:09 2021 +0200
gnu: emacs-parseclj: Update to 1.0.4.
* gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.0.4.
---
gnu/packages/emacs-xyz.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8ee3158..22a03c0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27396,7 +27396,7 @@ It uses parseclj's shift-reduce parser internally.")
(define-public emacs-parseclj
(package
(name "emacs-parseclj")
- (version "1.0.2")
+ (version "1.0.4")
(source
(origin
(method git-fetch)
@@ -27405,8 +27405,7 @@ It uses parseclj's shift-reduce parser internally.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "0rn72iwsdlmixkrg97p3km0a85bxvx5lnvsnkrga3rv48lxxq7h9"))))
+ (base32 "15aar5fsci2y8hy045ypdrig4z4kqrd8318im3yzyyf40y1xrz1d"))))
(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.4.,
guix-commits <=