diff options
author | cage <cage-dev@twistfold.it> | 2022-03-19 11:04:20 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-03-21 09:30:07 +0100 |
commit | 0afea4a7906f3d53d138bbec12a3a35cb4bbfd7d (patch) | |
tree | 50fc5ac467864baae66661f9c302efa3974c9d71 /gnu | |
parent | 91bbed89b52eb64ee2388bf58be44eb5ae6a9dbb (diff) | |
download | guix-0afea4a7906f3d53d138bbec12a3a35cb4bbfd7d.tar.gz |
gnu: cl-croatoan: Update to 0.0.1-5.5d0949d.
* gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.0.1-5.5d0949d. [inputs]: Use new style. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index c6bc5b4979..9d320105c4 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -14787,8 +14787,8 @@ protocol for Mastodon.") (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)) @@ -14798,9 +14798,9 @@ protocol for Mastodon.") (uri (git-reference (url "https://github.com/McParen/croatoan") (commit commit))) - (file-name (git-file-name "croatoan" version)) + (file-name (git-file-name "cl-croatoan" version)) (sha256 - (base32 "0dvp8irimlnnvz2m4lnmxp19xbam1yfri3d1i9qqml968i08xcwb")))) + (base32 "0qsnz10hri95al73vhpqrs7mapz2px0dbwgfn52sbi93gwk5aki9")))) (build-system asdf-build-system/sbcl) (arguments '(#:phases @@ -14813,10 +14813,10 @@ protocol for Mastodon.") "/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.") |