mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
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>
This commit is contained in:
parent
91bbed89b5
commit
0afea4a790
1 changed files with 8 additions and 8 deletions
|
@ -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))
|
||||
|
@ -14798,9 +14798,9 @@ (define-public sbcl-croatoan
|
|||
(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 @@ (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.")
|
||||
|
|
Loading…
Reference in a new issue