* [bug#68342] [PATCH]: Add sbcl-stripe
@ 2024-01-09 8:36 André A. Gomes
2024-01-10 9:55 ` bug#68342: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: André A. Gomes @ 2024-01-09 8:36 UTC (permalink / raw)
To: 68342
[-- Attachment #1: Type: text/plain, Size: 94 bytes --]
Hi Guix,
Attached, thanks!
--
André A. Gomes
"You cannot even find the ruins..."
[-- Attachment #2: 0001-gnu-Add-sbcl-stripe.patch --]
[-- Type: text/x-patch, Size: 2411 bytes --]
From c150f63af75da71770f22563929d8557f0cfac57 Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Tue, 9 Jan 2024 10:35:53 +0200
Subject: [PATCH] gnu: Add sbcl-stripe.
* gnu/packages/lisp-xyz.scm (sbcl-stripe): New variable.
---
gnu/packages/lisp-xyz.scm | 30 +++++++++++++++++++++++++++++-
1 file changed, 29 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index aa3ea7c9ce..865c191ec2 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -23,7 +23,7 @@
;;; Copyright © 2020-2023 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2021, 2022 Aurora <rind38@disroot.org>
;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
-;;; Copyright © 2021, 2022, 2023 André A. Gomes <andremegafone@gmail.com>
+;;; Copyright © 2021-2024 André A. Gomes <andremegafone@gmail.com>
;;; Copyright © 2021, 2022, 2023 Cage <cage-dev@twistfold.it>
;;; Copyright © 2021 Cameron Chaparro <cameron@cameronchaparro.com>
;;; Copyright © 2021 Charles Jackson <charles.b.jackson@protonmail.com>
@@ -6134,6 +6134,34 @@ (define-public cl-lisp-pay
(define-public ecl-lisp-pay
(sbcl-package->ecl-package sbcl-lisp-pay))
+(define-public sbcl-stripe
+ (let ((commit "b59631d21d63e101de6eb96b56941471504ba644")
+ (revision "0"))
+ (package
+ (name "sbcl-stripe")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/atlas-engineer/stripe")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "00sfq2f6dnpwa6pf7rgw5hazbwx4yf1g0jrkfz9h4kq5zyxwk1cy"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs (list sbcl-dexador sbcl-local-time sbcl-golden-utils sbcl-yason))
+ (home-page "https://github.com/atlas-engineer/stripe")
+ (synopsis "Stripe payment API client for Common Lisp")
+ (description "A client for the Stripe payment API.")
+ (license license:expat))))
+
+(define-public cl-stripe
+ (sbcl-package->cl-source-package sbcl-stripe))
+
+(define-public ecl-stripe
+ (sbcl-package->ecl-package sbcl-stripe))
+
(define-public sbcl-drakma
(package
(name "sbcl-drakma")
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#68342: [PATCH]: Add sbcl-stripe
2024-01-09 8:36 [bug#68342] [PATCH]: Add sbcl-stripe André A. Gomes
@ 2024-01-10 9:55 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2024-01-10 9:55 UTC (permalink / raw)
To: André A. Gomes; +Cc: 68342-done
[-- Attachment #1: Type: text/plain, Size: 67 bytes --]
Patch applied as 537768018ee03a6a9a5562022a16b47ac287d131.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-10 9:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-09 8:36 [bug#68342] [PATCH]: Add sbcl-stripe André A. Gomes
2024-01-10 9:55 ` bug#68342: " 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).