GNU bug report logs -
#54462
[PATCH 1/2] gnu: cl-croatoan: Update to 0.0.1-5
Previous Next
Reported by: cage <cage-dev <at> twistfold.it>
Date: Sat, 19 Mar 2022 10:06:01 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 21 Mar 2022 08:58:18 +0000
with message-id <87a6dj8ywb.fsf <at> kitej>
and subject line Re: [bug#54462] [PATCH 1/2] gnu: cl-croatoan: Update to 0.0.1-5
has caused the debbugs.gnu.org bug report #54462,
regarding [PATCH 1/2] gnu: cl-croatoan: Update to 0.0.1-5
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
54462: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54462
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
---
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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Patch pushed as 0afea4a7906f3d53d138bbec12a3a35cb4bbfd7d with
a completed commit message.
Thanks.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 3 years and 121 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.