python: hdbscan: 0.8.22 -> 0.8.23

This commit is contained in:
Frederik Rietdijk 2019-10-16 11:43:07 +02:00
parent 6edaaa7288
commit 6d6f512824

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "hdbscan";
version = "0.8.22";
version = "0.8.23";
src = fetchPypi {
inherit pname version;
sha256 = "5cfdc25375123eb9a72363449979141cc928c1953f220f0f81d7baabcaccec2d";
sha256 = "ff60c66591452ceb6bdb7592c560a1ebc7e128a02dd3880e048861f7fea7f78d";
};
checkInputs = [ nose ];