python3Packages.hdbscan: 0.8.40 -> 0.8.41

https://github.com/scikit-learn-contrib/hdbscan/releases/tag/release-release-0.8.41

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:16 +01:00
parent 39d7441a67
commit f8e928e79e
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "hdbscan";
version = "0.8.40";
version = "0.8.41";
format = "setuptools";
src = fetchFromGitHub {
owner = "scikit-learn-contrib";
repo = "hdbscan";
tag = "release-${version}";
hash = "sha256-xsBlmSQU47e+M+nRqUXdWKS7Rtj2QZ1UWLAvjSQOJ0Q=";
hash = "sha256-4uwWoNkrdLB2KzDAksPupdgkIFBgTahzravOtu1WYws=";
};
patches = [
@@ -78,7 +78,7 @@ buildPythonPackage rec {
meta = {
description = "Hierarchical Density-Based Spatial Clustering of Applications with Noise, a clustering algorithm with a scikit-learn compatible API";
homepage = "https://github.com/scikit-learn-contrib/hdbscan";
changelog = "https://github.com/scikit-learn-contrib/hdbscan/releases/tag/release-${version}";
changelog = "https://github.com/scikit-learn-contrib/hdbscan/releases/tag/release-${src.tag}";
license = lib.licenses.bsd3;
maintainers = [ ];
};