python312Packages.pynndescent: 0.5.11 -> 0.5.12

This commit is contained in:
R. Ryantm 2024-03-30 04:42:32 +00:00
parent cd75d22750
commit 4c528ce90a
1 changed files with 2 additions and 2 deletions

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "pynndescent";
version = "0.5.11";
version = "0.5.12";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-b0TO2dWp2iyH2bL/8wu1MIVAwGV2BeTVzeftMnW7rVA=";
hash = "sha256-BzYpH8u+39Xgo6KA9xpj+Osvi9lnDUwLUawbTQga33A=";
};
nativeBuildInputs = [