Merge pull request #83802 from r-ryantm/auto-update/python2.7-hdbscan

python27Packages.hdbscan: 0.8.24 -> 0.8.25
This commit is contained in:
Jon 2020-03-30 15:38:52 -07:00 committed by GitHub
commit 9cf5d3a2b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "hdbscan";
version = "0.8.24";
version = "0.8.25";
src = fetchPypi {
inherit pname version;
sha256 = "fe31a7ea0ce2c9babd190a195e491834ff9f64c74daa4ca94fa65a88f701269a";
sha256 = "17mi4nlifaygfw3n5ark5mfzx71pjxz3h6l455sh0i5mzh6czk4j";
};
checkInputs = [ nose ];