From 58112a498b46a45511fb9d6f063ca4e68518d9c4 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 25 Jan 2024 00:53:09 +0100 Subject: machine-learning: python-flax: Update to 0.8.0. * guix-science/packages/machine-learning.scm (python-flax): Update to 0.8.0. --- guix-science/packages/machine-learning.scm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/guix-science/packages/machine-learning.scm b/guix-science/packages/machine-learning.scm index 2bcfb44..96bc6ae 100644 --- a/guix-science/packages/machine-learning.scm +++ b/guix-science/packages/machine-learning.scm @@ -55,10 +55,7 @@ (define-public python-flax (package (name "python-flax") - ;; Any version after this depends on a feature - ;; (restore_with_serialized_types) that is not included in the - ;; latest release of python-orbax-checkpoint. - (version "0.6.11") + (version "0.8.0") (source (origin (method git-fetch) @@ -67,7 +64,7 @@ (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1f1r9r5w6kh3ncp07i5x9w1yr004zhxqx2kpyzzmzm7dhq4ryff7")))) + (base32 "1yqi7b8wmnvz0kgbb0pn1iwjr0l72crxfbch37b315g08wkwcn3z")))) (build-system pyproject-build-system) (arguments (list -- cgit v1.2.3