python3Packages.hdbscan: 0.8.28 -> 0.8.33

This commit is contained in:
Martin Weinelt 2023-09-15 14:06:17 +02:00
parent ba22ff366f
commit 154938c6a5

View file

@ -14,11 +14,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "hdbscan"; pname = "hdbscan";
version = "0.8.28"; version = "0.8.33";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-7tr3Hy87vt/Ew42hrUiXRUzl69R5LhponJecKFPtwFo="; hash = "sha256-V/q8Xw5F9I0kB7NccxGSq8iWN2QR/n5LuDb/oD04+Q0=";
}; };
patches = [ patches = [
# should be included in next release # should be included in next release