diff options
author | Vinicius Monego <monego@posteo.net> | 2024-07-05 17:38:21 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-07-05 23:05:53 -0300 |
commit | 95dd0ed736453178742fb95f47cef565bb3f3e26 (patch) | |
tree | cc730f87a4be020654efc93c4de11beb3c8cb0b1 | |
parent | f336eb30b16970a137972978176588587ea6874e (diff) | |
download | guix-95dd0ed736453178742fb95f47cef565bb3f3e26.tar.gz guix-95dd0ed736453178742fb95f47cef565bb3f3e26.zip |
gnu: python-cma: Update to 3.4.0.
* gnu/packages/machine-learning.scm (python-cma): Update to 3.4.0.
Change-Id: Ida92761e12069a2e91e0e276c3b873c03bcfefdd
-rw-r--r-- | gnu/packages/machine-learning.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index e24c55c666..8ca9a6376e 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -2169,13 +2169,13 @@ data by providing clean labels during training.") (define-public python-cma (package (name "python-cma") - (version "3.3.0") + (version "3.4.0") (source (origin (method url-fetch) (uri (pypi-uri "cma" version)) (sha256 (base32 - "1v31b2vnnr4v6ack7zfmw7zb47vbzjr9nyvx2lbfhyjf7zhbhj5p")))) + "0v0gs46n4ividm9viml09sllxw2cymxlp8nm2lvvwwcqp5lxksx1")))) (build-system python-build-system) (arguments (list #:phases #~(modify-phases %standard-phases |