1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: python-tslearn: Update to 0.6.2.

* gnu/packages/machine-learning.scm (python-tslearn): Update to 0.6.2.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Sharlatan Hellseher
2023-09-07 23:32:27 +01:00
committed by Christopher Baines
parent 893e14cde3
commit 105113f241

View File

@@ -1524,7 +1524,7 @@ for scientific computing and data science (e.g. BLAS and OpenMP).")
(define-public python-tslearn
(package
(name "python-tslearn")
(version "0.6.1")
(version "0.6.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1533,7 +1533,7 @@ for scientific computing and data science (e.g. BLAS and OpenMP).")
(file-name (git-file-name name version))
(sha256
(base32
"1fhs8c28hdqsyj8kdhzrmrxrh4w92x6nf3gm026xapp9divvljd6"))))
"0l9l21jy78mhajdfwyx8rskw08597vg55ff22bjkv6xrjjr9g4ac"))))
(build-system pyproject-build-system)
(arguments
(list