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
commit 18aaba9d08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [