gnu: sbcl-geco: Update to 2.1.2.
* gnu/packages/lisp-xyz.scm (sbcl-geco): Update to 2.1.2. [home-page]: Update home page. [license]: Fix license. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
d1072f21ba
commit
c12c7f1284
@ -12650,25 +12650,28 @@ XML to Lisp structures or s-expressions and back.")
|
||||
((#:tests? _ #f) #f))))))
|
||||
|
||||
(define-public sbcl-geco
|
||||
(let ((commit "db13c9384491092975f46f6a837ccdc04681a93a")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "sbcl-geco")
|
||||
(version "2.1.1")
|
||||
(version (git-version "2.1.2" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/gpwwjr/GECO")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name "geco" version))
|
||||
(commit commit)))
|
||||
(file-name (git-file-name "cl-geco" version))
|
||||
(sha256
|
||||
(base32 "1rc8a4mk40hjx5qy980hjylv6xxqdbq38hg8c4w30y93abfd519s"))))
|
||||
(base32 "1ncaf9ab7jz59zmga0p97blsjjb1m6db0qih57wipfhqdb5ylz17"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(home-page "http://hiwaay.net/~gpw/geco/geco.html")
|
||||
(home-page "https://github.com/gpwwjr/GECO")
|
||||
(synopsis "Genetic algorithm toolkit for Common Lisp")
|
||||
(description
|
||||
"GECO (Genetic Evolution through Combination of Objects) is an extensible,
|
||||
object-oriented framework for prototyping genetic algorithms in Common Lisp.")
|
||||
(license license:lgpl2.1+)))
|
||||
"GECO (Genetic Evolution through Combination of Objects) is an
|
||||
extensible, object-oriented framework for prototyping genetic algorithms in
|
||||
Common Lisp.")
|
||||
(license license:lgpl2.0+))))
|
||||
|
||||
(define-public cl-geco
|
||||
(sbcl-package->cl-source-package sbcl-geco))
|
||||
|
Loading…
Reference in New Issue
Block a user