guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-parseclj: Update to 1.1.0.


From: guix-commits
Subject: 01/02: gnu: emacs-parseclj: Update to 1.1.0.
Date: Tue, 8 Feb 2022 16:00:44 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 0409601bfbba8a8e21b9efeb0e71586cda87a046
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Feb 8 21:58:51 2022 +0100

    gnu: emacs-parseclj: Update to 1.1.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.1.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 4e9221322d..cd9aead22a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28131,7 +28131,7 @@ It uses parseclj's shift-reduce parser internally.")
 (define-public emacs-parseclj
   (package
     (name "emacs-parseclj")
-    (version "1.0.6")
+    (version "1.1.0")
     (source
      (origin
        (method git-fetch)
@@ -28140,7 +28140,7 @@ It uses parseclj's shift-reduce parser internally.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0n0m3xc2dawgdhb68zznpsbzbbvf9fwgf9v8pzzwa2jncgi1yhh0"))))
+        (base32 "0ifc9gyp7hr97ssnsqxiwrzmldqysz874crlg6jm4iy5l9fyls22"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-a))
     (home-page "https://cider.mx";)



reply via email to

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