python3Packages.pynndescent: 0.5.8 -> 0.5.10

This commit is contained in:
Martin Weinelt 2023-09-15 14:06:50 +02:00
parent 9b749ec7c8
commit 7e58f67781

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "pynndescent";
version = "0.5.8";
version = "0.5.10";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-p8VSVpv2BKEB/VS7odJ8EjieBllF3uOmd3pRjGOkbys=";
hash = "sha256-XV3Gg8A+9V/j3faThZcgyhj4XG5uW7C08UhwJ41SiK0=";
};
patches = [