python3Packages.pykdtree: 1.3.10 -> 1.3.11

This commit is contained in:
Martin Weinelt
2024-03-12 18:24:43 +01:00
parent 555f832bd4
commit 7bc66ece90
@@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "pykdtree";
version = "1.3.10";
version = "1.3.11";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-QefF1mnK3CGIrMS7tLC03K9JLYRRLx5lF6erLRIskR0=";
hash = "sha256-bBI8e65SE68iPFKai0FhwH64VKb+QDizaVK62iEx68s=";
};
nativeBuildInputs = [