GNU bug report logs -
#62269
[PATCH] gnu: cl-concrete-syntax-tree: Update to 0.2.0-0.372917.
Previous Next
Reported by: "Paul A. Patience" <paul <at> apatience.com>
Date: Sun, 19 Mar 2023 01:18:01 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62269 in the body.
You can then email your comments to 62269 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#62269
; Package
guix-patches
.
(Sun, 19 Mar 2023 01:18:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Paul A. Patience" <paul <at> apatience.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 19 Mar 2023 01:18:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62269
; Package
guix-patches
.
(Sun, 19 Mar 2023 01:33:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 62269 <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Guillaume Le Vaillant <glv <at> posteo.net>
:
You have taken responsibility.
(Wed, 22 Mar 2023 09:39:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
"Paul A. Patience" <paul <at> apatience.com>
:
bug acknowledged by developer.
(Wed, 22 Mar 2023 09:39:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 62269-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Patch pushed as acf616efc8e966d2c99f2046666c3ee63d6e7d4b.
Thanks.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 19 Apr 2023 11:24:18 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 25 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.