gnu: python-pyfit-sne: Update to 1.2.1.

* gnu/packages/bioinformatics.scm (python-pyfit-sne): Update to 1.2.1.
[arguments]: Disable tests explicitly.
This commit is contained in:
Ricardo Wurmus 2021-12-07 09:17:33 +01:00
parent 4afacd4546
commit b452d7c2cf
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -13207,7 +13207,7 @@ Torrent.")
(define-public python-pyfit-sne
(package
(name "python-pyfit-sne")
(version "1.0.1")
(version "1.2.1")
(source
(origin
(method git-fetch)
@ -13216,8 +13216,9 @@ Torrent.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "13wh3qkzs56azmmgnxib6xfr29g7xh09sxylzjpni5j0pp0rc5qw"))))
(base32 "0f3n7wcmxbnqiisgimhpa6p5chqpb1hj69i6rpg2hv2671i8nn68"))))
(build-system python-build-system)
(arguments '(#:tests? #false)) ; there are none
(propagated-inputs
`(("python-numpy" ,python-numpy)))
(inputs