From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 63059@debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus@gmail.com>
Subject: [bug#63059] [PATCH 2/3] gnu: cl-fast-ecs: Update to 0.2.2.
Date: Mon, 24 Apr 2023 23:15:04 +0100 [thread overview]
Message-ID: <20230424221505.30390-2-sharlatanus@gmail.com> (raw)
In-Reply-To: <20230424221505.30390-1-sharlatanus@gmail.com>
* gnu/packages/lisp-xyz.scm (sbcl-cl-fast-ecs): Update to 0.2.2.
[native-inputs]: Add sbcl-chlorophyll, sbcl-cl-mock.
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index fcc549d632..dbf4ea87bd 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -7049,7 +7049,7 @@ (define-public ecl-cl-fastcgi
(define-public sbcl-cl-fast-ecs
(package
(name "sbcl-cl-fast-ecs")
- (version "0.1.1")
+ (version "0.2.2")
(source
(origin
(method git-fetch)
@@ -7058,10 +7058,10 @@ (define-public sbcl-cl-fast-ecs
(commit version)))
(file-name (git-file-name "cl-fast-ecs" version))
(sha256
- (base32 "06cnhm8zpyqyjr17mji5wvj4gh2glpdw8gqy1vwrq3vgphfmg560"))))
+ (base32 "00nw5nwzcz8x1x1lycmjik8pcqzxrl896j0xjjl33rjljsmj45sx"))))
(build-system asdf-build-system/sbcl)
(native-inputs
- (list sbcl-parachute))
+ (list sbcl-chlorophyll sbcl-cl-mock sbcl-parachute))
(inputs
(list sbcl-alexandria sbcl-trivial-garbage))
(home-page "https://lockie.gitlab.io/cl-fast-ecs/")
--
2.39.2
next prev parent reply other threads:[~2023-04-25 2:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-24 22:09 [bug#63059] [PATCH 0/3] gnu: cl-fast-ecs: Update to 0.2.2 Sharlatan Hellseher
2023-04-24 22:15 ` [bug#63059] [PATCH 1/3] gnu: Add cl-chlorophyll Sharlatan Hellseher
2023-04-24 22:15 ` Sharlatan Hellseher [this message]
2023-04-24 22:15 ` [bug#63059] [PATCH 3/3] gnu: cl-mock: Update to 1.1.0-0.01762fd Sharlatan Hellseher
2023-04-26 13:10 ` bug#63059: [PATCH 0/3] gnu: cl-fast-ecs: Update to 0.2.2 Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230424221505.30390-2-sharlatanus@gmail.com \
--to=sharlatanus@gmail.com \
--cc=63059@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.