python3Packages.umap-learn: 0.5.8 -> 0.5.9.post2

https://github.com/lmcinnes/umap/releases/tag/release-release-0.5.9.post2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:39 +02:00
parent b82e906f23
commit 114b5a3dcc
@@ -34,14 +34,14 @@
buildPythonPackage rec {
pname = "umap-learn";
version = "0.5.8";
version = "0.5.9.post2";
pyproject = true;
src = fetchFromGitHub {
owner = "lmcinnes";
repo = "umap";
tag = "release-${version}";
hash = "sha256-VR+qBZyFtpW/xuFXI8pxDkkwJKt9qajnUtvuZLFZtF0=";
hash = "sha256-ollUXPVB07v6DkQ/d1eke0/j1f4Ekfygo1r6CtIRTuk=";
};
build-system = [ setuptools ];
@@ -101,7 +101,7 @@ buildPythonPackage rec {
meta = {
description = "Uniform Manifold Approximation and Projection";
homepage = "https://github.com/lmcinnes/umap";
changelog = "https://github.com/lmcinnes/umap/releases/tag/release-${version}";
changelog = "https://github.com/lmcinnes/umap/releases/tag/release-${src.tag}";
license = lib.licenses.bsd3;
maintainers = [ ];
};