Merge pull request #301339 from r-ryantm/auto-update/python312Packages.umap-learn

python312Packages.umap-learn: 0.5.5 -> 0.5.6
This commit is contained in:
Weijia Wang
2024-04-08 01:41:24 +02:00
committed by GitHub
@@ -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 = [