* [bug#54462] [PATCH 1/2] gnu: cl-croatoan: Update to 0.0.1-5
@ 2022-03-19 10:04 cage
2022-03-21 8:58 ` bug#54462: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: cage @ 2022-03-19 10:04 UTC (permalink / raw)
To: 54462
---
gnu/packages/lisp-xyz.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index c6bc5b4979..300ae051e4 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14787,8 +14787,8 @@ (define-public cl-tooter
(sbcl-package->cl-source-package sbcl-tooter))
(define-public sbcl-croatoan
- (let ((commit "cf875137a23ed4efbfde63e52691f1b544d55d17")
- (revision "4"))
+ (let ((commit "5d0949d57a12e7fece8828e089daa339b260da96")
+ (revision "5"))
(package
(name "sbcl-croatoan")
(version (git-version "0.0.1" revision commit))
@@ -14800,7 +14800,7 @@ (define-public sbcl-croatoan
(commit commit)))
(file-name (git-file-name "croatoan" version))
(sha256
- (base32 "0dvp8irimlnnvz2m4lnmxp19xbam1yfri3d1i9qqml968i08xcwb"))))
+ (base32 "0qsnz10hri95al73vhpqrs7mapz2px0dbwgfn52sbi93gwk5aki9"))))
(build-system asdf-build-system/sbcl)
(arguments
'(#:phases
@@ -14813,10 +14813,10 @@ (define-public sbcl-croatoan
"/lib/"
all))))))))
(inputs
- `(("bordeaux-threads" ,sbcl-bordeaux-threads)
- ("cffi" ,sbcl-cffi)
- ("ncurses" ,ncurses)
- ("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
+ (list ncurses
+ sbcl-cffi
+ sbcl-trivial-gray-streams
+ sbcl-bordeaux-threads))
(synopsis "Common Lisp bindings for the ncurses terminal library")
(description "Croatoan provides high-level Common Lisp CLOS bindings for
the ncurses terminal library.")
--
2.34.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#54462: [PATCH 1/2] gnu: cl-croatoan: Update to 0.0.1-5
2022-03-19 10:04 [bug#54462] [PATCH 1/2] gnu: cl-croatoan: Update to 0.0.1-5 cage
@ 2022-03-21 8:58 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-03-21 8:58 UTC (permalink / raw)
To: cage; +Cc: 54462-done
[-- Attachment #1: Type: text/plain, Size: 98 bytes --]
Patch pushed as 0afea4a7906f3d53d138bbec12a3a35cb4bbfd7d with
a completed commit message.
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:[~2022-03-21 9:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-19 10:04 [bug#54462] [PATCH 1/2] gnu: cl-croatoan: Update to 0.0.1-5 cage
2022-03-21 8:58 ` bug#54462: " 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).