python3Packages.pykdtree: 1.3.11 -> 1.3.12

This commit is contained in:
Martin Weinelt 2024-04-18 21:48:32 +02:00
parent 66447f345e
commit fc31caaa0b
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "pykdtree";
version = "1.3.11";
version = "1.3.12";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-bBI8e65SE68iPFKai0FhwH64VKb+QDizaVK62iEx68s=";
hash = "sha256-zCCypnxkBWSFoxTSwrbbo1SvfuHI+42uG+byk2o3Q0E=";
};
nativeBuildInputs = [