gnu: sbcl-gtype: Update to 0.1-2.2442e32.
* gnu/packages/lisp-xyz.scm (sbcl-gtype): Update to 0.1-2.2442e32. (ecl-gtype): New variable.master
parent
bdd3b1b232
commit
e4c03dd5c7
|
@ -8389,8 +8389,8 @@ additional form that is considered as a candidate for a constant.")
|
||||||
(sbcl-package->ecl-package sbcl-constantfold))
|
(sbcl-package->ecl-package sbcl-constantfold))
|
||||||
|
|
||||||
(define-public sbcl-gtype
|
(define-public sbcl-gtype
|
||||||
(let ((commit "42275e3606242ae91e9c8dfa30c18ced50a35b66")
|
(let ((commit "2442e32485635525af278ebd8fa69a27d5b8cf18")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-gtype")
|
(name "sbcl-gtype")
|
||||||
(version (git-version "0.1" revision commit))
|
(version (git-version "0.1" revision commit))
|
||||||
|
@ -8402,8 +8402,7 @@ additional form that is considered as a candidate for a constant.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0hbkfdw00v7bsa6zbric34p5w6hfwxycccg8wc2faq0cxhsvpv9h"))))
|
||||||
"1f56dba998v945jcxhha391557n6md1ql25b7icfwwfivhmlaa9b"))))
|
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(synopsis "C++/Julia-like parametric types in Common Lisp")
|
(synopsis "C++/Julia-like parametric types in Common Lisp")
|
||||||
(description
|
(description
|
||||||
|
@ -8427,6 +8426,15 @@ type correctness in Common Lisp. It is based on CLtL2 extensions.")
|
||||||
(define-public cl-gtype
|
(define-public cl-gtype
|
||||||
(sbcl-package->cl-source-package sbcl-gtype))
|
(sbcl-package->cl-source-package sbcl-gtype))
|
||||||
|
|
||||||
|
(define-public ecl-gtype
|
||||||
|
(let ((pkg (sbcl-package->ecl-package sbcl-gtype)))
|
||||||
|
(package
|
||||||
|
(inherit pkg)
|
||||||
|
(arguments
|
||||||
|
(substitute-keyword-arguments (package-arguments pkg)
|
||||||
|
;; The tests fail on ECL with a COMPILE-FILE-ERROR for t/package.lisp.
|
||||||
|
((#:tests? _ #f) #f))))))
|
||||||
|
|
||||||
(define-public sbcl-numcl
|
(define-public sbcl-numcl
|
||||||
(let ((commit "1cf7dfa59f763a24a501092870e9c5ee745d0c17")
|
(let ((commit "1cf7dfa59f763a24a501092870e9c5ee745d0c17")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
|
|
Reference in New Issue