mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: sbcl-simple-optimization: Update to 2.0.
* gnu/packages/lisp-xyz.scm (sbcl-simple-optimization): Update to 2.0. Change-Id: I72b1705824331f5b1eaefec16d60b87eff2a2c28
This commit is contained in:
parent
4b9b2595e4
commit
de4a3116b2
1 changed files with 2 additions and 2 deletions
|
|
@ -29483,7 +29483,7 @@ library are feedforward neural networks trained using backpropagation.")
|
||||||
(define-public sbcl-simple-optimization
|
(define-public sbcl-simple-optimization
|
||||||
(package
|
(package
|
||||||
(name "sbcl-simple-optimization")
|
(name "sbcl-simple-optimization")
|
||||||
(version "1.2")
|
(version "2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -29492,7 +29492,7 @@ library are feedforward neural networks trained using backpropagation.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name "cl-simple-optimization" version))
|
(file-name (git-file-name "cl-simple-optimization" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "197iq6b7g0zdfz6nqyx69cvp6j39ax4aijc8x3w71rmmlfps515k"))))
|
(base32 "0hfqz960vj510cbx8p7g677mqbabzf6s9l8mzd0cp6f2gaz0dm00"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs (list sbcl-fiveam))
|
(native-inputs (list sbcl-fiveam))
|
||||||
(inputs (list sbcl-simple-matrix))
|
(inputs (list sbcl-simple-matrix))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue