guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-parseclj: Update to 0.2.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-parseclj: Update to 0.2.0.
Date: Thu, 18 Feb 2021 10:27:58 -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 f5949d7  gnu: emacs-parseclj: Update to 0.2.0.
f5949d7 is described below

commit f5949d7709705ae4afa59a238317a5a0e572d806
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 18 16:27:33 2021 +0100

    gnu: emacs-parseclj: Update to 0.2.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 0.2.0.
---
 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 a98f624..436e17f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25165,7 +25165,7 @@ It uses parseclj's shift-reduce parser internally.")
 (define-public emacs-parseclj
   (package
     (name "emacs-parseclj")
-    (version "0.1.0")
+    (version "0.2.0")
     (source
      (origin
        (method git-fetch)
@@ -25175,7 +25175,7 @@ It uses parseclj's shift-reduce parser internally.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "03bm5dm4hmkqimv4wqxjjh5814pxysmm7z54bv2rf7zwv1x7dggr"))))
+         "0894vhyx1phq8mdynnnqflcgi2a54hi926f4dk8slawzx1cb9xxb"))))
     (build-system emacs-build-system)
     (propagated-inputs `(("emacs-a" ,emacs-a)))
     (home-page "https://cider.mx";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]