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:
jgart 2026-01-13 12:35:31 -05:00
parent f78e93b7f1
commit a8a9714d10
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -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))