python311Packages.umap-learn: 0.5.5 -> 0.5.6

This commit is contained in:
R. Ryantm 2024-04-04 11:20:11 +00:00
parent e52ada4e6b
commit b5cea4a3c5
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "umap-learn";
version = "0.5.5";
version = "0.5.6";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "lmcinnes";
repo = "umap";
rev = "refs/tags/release-${version}";
hash = "sha256-bXAQjq7xBYn34tIZF96Sr5jDUii3s4FGkNx65rGKXkY=";
hash = "sha256-fqYl8T53BgCqsquY6RJHqpDFsdZA0Ihja69E/kG3YGU=";
};
propagatedBuildInputs = [