This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new de4a3116b2 gnu: sbcl-simple-optimization: Update to 2.0.
de4a3116b2 is described below
commit de4a3116b235a8dabaf2e5e81976689753ec49d8
Author: jgart <[email protected]>
AuthorDate: Sat Jan 24 14:58:08 2026 -0500
gnu: sbcl-simple-optimization: Update to 2.0.
* gnu/packages/lisp-xyz.scm (sbcl-simple-optimization): Update to 2.0.
Change-Id: I72b1705824331f5b1eaefec16d60b87eff2a2c28
---
gnu/packages/lisp-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 712b9d16af..faf1e008b3 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -29483,7 +29483,7 @@ library are feedforward neural networks trained using
backpropagation.")
(define-public sbcl-simple-optimization
(package
(name "sbcl-simple-optimization")
- (version "1.2")
+ (version "2.0")
(source
(origin
(method git-fetch)
@@ -29492,7 +29492,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 "197iq6b7g0zdfz6nqyx69cvp6j39ax4aijc8x3w71rmmlfps515k"))))
+ (base32 "0hfqz960vj510cbx8p7g677mqbabzf6s9l8mzd0cp6f2gaz0dm00"))))
(build-system asdf-build-system/sbcl)
(native-inputs (list sbcl-fiveam))
(inputs (list sbcl-simple-matrix))