mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cma: Update to 4.0.0.
* gnu/packages/machine-learning.scm (python-cma): Update to 4.0.0. Change-Id: I255eea8b3884b825d560c12d16a4ea59fb780a93
This commit is contained in:
parent
25763ad4fc
commit
f2075e2fbf
1 changed files with 2 additions and 2 deletions
|
@ -2256,13 +2256,13 @@ data by providing clean labels during training.")
|
|||
(define-public python-cma
|
||||
(package
|
||||
(name "python-cma")
|
||||
(version "3.4.0")
|
||||
(version "4.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "cma" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0v0gs46n4ividm9viml09sllxw2cymxlp8nm2lvvwwcqp5lxksx1"))))
|
||||
"198kdy2lxslml0g0s1sgc2zq1fsf2dh9s60lwshgrwivk1bcwa7x"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue