python310Packages.annoy: 1.17.2 -> 1.17.3

This commit is contained in:
R. Ryantm 2023-06-18 23:58:09 +00:00
parent 8bcef0a5fe
commit 890fbc31f8

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "annoy";
version = "1.17.2";
version = "1.17.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-5nv7uDfRMG2kVVyIOGDHshXLMqhk5AAiKS1YR60foLs=";
hash = "sha256-nL/r7+Cl+EPropxr5MhNYB9PQa1N7QSG8biMOwdznBU=";
};
nativeBuildInputs = [