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.

Changed files
+3 -3
pkgs
development
python-modules
umap-learn
+3 -3
pkgs/development/python-modules/umap-learn/default.nix
···
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 ];
···
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 = [ ];
};