mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05: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:
parent
893e14cde3
commit
105113f241
1 changed files with 2 additions and 2 deletions
|
@ -1524,7 +1524,7 @@ (define-public python-threadpoolctl
|
|||
(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 @@ (define-public python-tslearn
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fhs8c28hdqsyj8kdhzrmrxrh4w92x6nf3gm026xapp9divvljd6"))))
|
||||
"0l9l21jy78mhajdfwyx8rskw08597vg55ff22bjkv6xrjjr9g4ac"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue