mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: cl-coalton: Update to 0.0.1-2.012f6c8.
* gnu/packages/lisp-xyz.scm (sbcl-coalton): Update to 0.0.1-2.012f6c8. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
6e0c4a28b9
commit
5a18cf3604
1 changed files with 12 additions and 10 deletions
|
@ -15683,30 +15683,32 @@ (define-public cl-abstract-classes
|
|||
(sbcl-package->cl-source-package sbcl-abstract-classes))
|
||||
|
||||
(define-public sbcl-coalton
|
||||
(let ((commit "4a42ffb4222fde3abfd1b50d96e455ff2eef9fe8")
|
||||
(revision "1"))
|
||||
(let ((commit "012f6c8db6d73df16f7729090a12a929fb82db17")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "sbcl-coalton")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
(version (git-version "0.0.1" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/stylewarning/coalton")
|
||||
(url "https://github.com/coalton-lang/coalton")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name "coalton" version))
|
||||
(sha256
|
||||
(base32 "0aidwwam7cnhb3p9212zbv5w2dl6kr5iklzanypzr1a9lqaxwdlk"))))
|
||||
(base32 "1j3d12vyyn7y9nz2an4xmaa5si0jbxbwq7y61hq2b7vk376zvw18"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs
|
||||
`(("fiasco" ,sbcl-fiasco)))
|
||||
(inputs
|
||||
`(("abstract-classes" ,sbcl-abstract-classes)
|
||||
("alexandria" ,sbcl-alexandria)
|
||||
`(("alexandria" ,sbcl-alexandria)
|
||||
("float-features" ,sbcl-float-features)
|
||||
("fset" ,sbcl-fset)
|
||||
("global-vars" ,sbcl-global-vars)
|
||||
("optima" ,sbcl-optima)
|
||||
("trivial-garbage" ,sbcl-trivial-garbage)))
|
||||
(home-page "https://github.com/stylewarning/coalton")
|
||||
("json-streams" ,sbcl-json-streams)
|
||||
("serapeum" ,sbcl-serapeum)
|
||||
("trivia" ,sbcl-trivia)))
|
||||
(home-page "https://coalton-lang.github.io")
|
||||
(synopsis "Dialect of ML in Common Lisp")
|
||||
(description
|
||||
"Coalton is a dialect of ML embedded in Common Lisp. It emphasizes
|
||||
|
|
Loading…
Reference in a new issue