Merge pull request #69893 from r-ryantm/auto-update/python3.7-umap-learn

python37Packages.umap-learn: 0.3.9 -> 0.3.10
This commit is contained in:
Jon 2019-09-29 05:27:09 -07:00 committed by GitHub
commit 865b366874
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "umap-learn";
version = "0.3.9";
version = "0.3.10";
src = fetchFromGitHub {
owner = "lmcinnes";
repo = "umap";
rev = version;
sha256 = "1cdc7hs3vwzxvzs34l9a06q8rvks29wj6swyj8zvwr32knxch8a9";
sha256 = "0nck5va5km7qkbrhn15dsn0p2mms9kc641lcypy7l8haqgm44h8x";
};
checkInputs = [