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 @@ abstract, final and singleton classes.")
|
||||||
(sbcl-package->cl-source-package sbcl-abstract-classes))
|
(sbcl-package->cl-source-package sbcl-abstract-classes))
|
||||||
|
|
||||||
(define-public sbcl-coalton
|
(define-public sbcl-coalton
|
||||||
(let ((commit "4a42ffb4222fde3abfd1b50d96e455ff2eef9fe8")
|
(let ((commit "012f6c8db6d73df16f7729090a12a929fb82db17")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-coalton")
|
(name "sbcl-coalton")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.1" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/stylewarning/coalton")
|
(url "https://github.com/coalton-lang/coalton")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name "coalton" version))
|
(file-name (git-file-name "coalton" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0aidwwam7cnhb3p9212zbv5w2dl6kr5iklzanypzr1a9lqaxwdlk"))))
|
(base32 "1j3d12vyyn7y9nz2an4xmaa5si0jbxbwq7y61hq2b7vk376zvw18"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("fiasco" ,sbcl-fiasco)))
|
`(("fiasco" ,sbcl-fiasco)))
|
||||||
(inputs
|
(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)
|
("global-vars" ,sbcl-global-vars)
|
||||||
("optima" ,sbcl-optima)
|
("json-streams" ,sbcl-json-streams)
|
||||||
("trivial-garbage" ,sbcl-trivial-garbage)))
|
("serapeum" ,sbcl-serapeum)
|
||||||
(home-page "https://github.com/stylewarning/coalton")
|
("trivia" ,sbcl-trivia)))
|
||||||
|
(home-page "https://coalton-lang.github.io")
|
||||||
(synopsis "Dialect of ML in Common Lisp")
|
(synopsis "Dialect of ML in Common Lisp")
|
||||||
(description
|
(description
|
||||||
"Coalton is a dialect of ML embedded in Common Lisp. It emphasizes
|
"Coalton is a dialect of ML embedded in Common Lisp. It emphasizes
|
||||||
|
|
Reference in a new issue