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