python37Packages.umap-learn: 0.3.9 -> 0.3.10

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-umap-learn/versions
This commit is contained in:
R. RyanTM 2019-09-28 11:50:09 -07:00
parent c455adcc42
commit 91eb09c1b3

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 = [