unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62269] [PATCH] gnu: cl-concrete-syntax-tree: Update to 0.2.0-0.372917.
@ 2023-03-19  1:17 Paul A. Patience
  2023-03-19  1:32 ` [bug#62269] [PATCH v2] " Paul A. Patience
  0 siblings, 1 reply; 3+ messages in thread
From: Paul A. Patience @ 2023-03-19  1:17 UTC (permalink / raw)
  To: 62269; +Cc: Paul A. Patience

* gnu/packages/lisp-xyz.scm (sbcl-concrete-syntax-tree): Update to
  0.2.0-0.372917.
---
 gnu/packages/lisp-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 3aa65e4804..38ac88a3ba 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -16920,10 +16920,11 @@ (define-public cl-indentify
   (sbcl-package->cl-source-package sbcl-cl-indentify))

 (define-public sbcl-concrete-syntax-tree
-  (let ((commit "4f01430c34f163356f3a2cfbf0a8a6963ff0e5ac"))
+  (let ((commit "37291727196a3bc88a7be67c1427c52078d4b82c")
+        (revision "0"))
     (package
       (name "sbcl-concrete-syntax-tree")
-      (version (git-version "0.0.0" "2" commit))
+      (version (git-version "0.2.0" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -16932,7 +16933,7 @@ (define-public sbcl-concrete-syntax-tree
                (commit commit)))
          (file-name (git-file-name name commit))
          (sha256
-          (base32 "169ibaz1vv7pphib28443zzk3hf1mrcarhzfm8hnbdbk529cnxyi"))))
+          (base32 "15q9jyqsh2z921li9my8c840cj2ci7k217x5frfiyk0kymkx4rgv"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        (list sbcl-acclimation))
--
2.39.2






^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#62269] [PATCH v2] gnu: cl-concrete-syntax-tree: Update to 0.2.0-0.372917.
  2023-03-19  1:17 [bug#62269] [PATCH] gnu: cl-concrete-syntax-tree: Update to 0.2.0-0.372917 Paul A. Patience
@ 2023-03-19  1:32 ` Paul A. Patience
  2023-03-22  9:37   ` bug#62269: " Guillaume Le Vaillant
  0 siblings, 1 reply; 3+ messages in thread
From: Paul A. Patience @ 2023-03-19  1:32 UTC (permalink / raw)
  To: 62269; +Cc: Paul A. Patience

* gnu/packages/lisp-xyz.scm (sbcl-concrete-syntax-tree): Update to
0.2.0-0.372917.
[file-name]: Rename to cl-concrete-syntax-tree.
---
Fixed the file-name in this patch.

 gnu/packages/lisp-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 3aa65e4804..da442ee58b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -16920,19 +16920,20 @@ (define-public cl-indentify
   (sbcl-package->cl-source-package sbcl-cl-indentify))

 (define-public sbcl-concrete-syntax-tree
-  (let ((commit "4f01430c34f163356f3a2cfbf0a8a6963ff0e5ac"))
+  (let ((commit "37291727196a3bc88a7be67c1427c52078d4b82c")
+        (revision "0"))
     (package
       (name "sbcl-concrete-syntax-tree")
-      (version (git-version "0.0.0" "2" commit))
+      (version (git-version "0.2.0" revision commit))
       (source
        (origin
          (method git-fetch)
          (uri (git-reference
                (url "https://github.com/s-expressionists/Concrete-Syntax-Tree")
                (commit commit)))
-         (file-name (git-file-name name commit))
+         (file-name (git-file-name "cl-concrete-syntax-tree" commit))
          (sha256
-          (base32 "169ibaz1vv7pphib28443zzk3hf1mrcarhzfm8hnbdbk529cnxyi"))))
+          (base32 "15q9jyqsh2z921li9my8c840cj2ci7k217x5frfiyk0kymkx4rgv"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        (list sbcl-acclimation))
--
2.39.2






^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#62269: [PATCH v2] gnu: cl-concrete-syntax-tree: Update to 0.2.0-0.372917.
  2023-03-19  1:32 ` [bug#62269] [PATCH v2] " Paul A. Patience
@ 2023-03-22  9:37   ` Guillaume Le Vaillant
  0 siblings, 0 replies; 3+ messages in thread
From: Guillaume Le Vaillant @ 2023-03-22  9:37 UTC (permalink / raw)
  To: Paul A. Patience; +Cc: 62269-done

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as acf616efc8e966d2c99f2046666c3ee63d6e7d4b.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-22  9:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-19  1:17 [bug#62269] [PATCH] gnu: cl-concrete-syntax-tree: Update to 0.2.0-0.372917 Paul A. Patience
2023-03-19  1:32 ` [bug#62269] [PATCH v2] " Paul A. Patience
2023-03-22  9:37   ` bug#62269: " Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).