python310Packages.pynndescent: 0.5.6 -> 0.5.7

This commit is contained in:
Fabian Affolter 2022-05-24 17:52:31 +02:00
parent 91824e3192
commit 5af41eba18

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pynndescent";
version = "0.5.6";
version = "0.5.7";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-YfsxiFuqxGnWeTPix8k1tu3rsG7kmOLw+d/JfFnTclw=";
hash = "sha256-7LOVJV+janSLWHC0ugMA6g99qLGWSGS47dYld6hN/X0=";
};
propagatedBuildInputs = [