Merge pull request #223788 from r-ryantm/auto-update/python310Packages.pykdtree

python310Packages.pykdtree: 1.3.6 -> 1.3.7.post0
This commit is contained in:
Weijia Wang 2023-03-30 22:59:13 +03:00 committed by GitHub
commit 56bf10aad8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];