python310Packages.pykdtree: 1.3.6 -> 1.3.7.post0

This commit is contained in:
R. Ryantm
2023-03-29 20:12:52 +00:00
parent f8efa87fb5
commit fae423f1f7
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pykdtree";
version = "1.3.6";
version = "1.3.7.post0";
src = fetchPypi {
inherit pname version;
hash = "sha256-eAtpPQVVuFfXqrMeNdQpO/Tr253sekW6S7I7RAD2Jtw=";
hash = "sha256-7KHWHTPbYh74An62ka6I25xl0ZarpLLMkMGQy5C7UI4=";
};
buildInputs = [ openmp ];