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:
commit
56bf10aad8
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user