emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54462: closed ([PATCH 1/2] gnu: cl-croatoan: Update to 0.0.1-5)


From: GNU bug Tracking System
Subject: bug#54462: closed ([PATCH 1/2] gnu: cl-croatoan: Update to 0.0.1-5)
Date: Mon, 21 Mar 2022 09:00:02 +0000

Your message dated Mon, 21 Mar 2022 08:58:18 +0000
with message-id <87a6dj8ywb.fsf@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@gnu.org.)


-- 
54462: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54462
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: cl-croatoan: Update to 0.0.1-5 Date: Sat, 19 Mar 2022 11:04:20 +0100
---
 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



--- End Message ---
--- Begin Message --- Subject: Re: [bug#54462] [PATCH 1/2] gnu: cl-croatoan: Update to 0.0.1-5 Date: Mon, 21 Mar 2022 08:58:18 +0000
Patch pushed as 0afea4a7906f3d53d138bbec12a3a35cb4bbfd7d with
a completed commit message.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]