0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python312Packages.pykdtree: 1.3.13 -> 1.4.1

This commit is contained in:
R. Ryantm 2025-01-30 17:17:34 +00:00
parent bb2b0c599b
commit 96650fb550

View file

@ -17,12 +17,12 @@
buildPythonPackage rec {
pname = "pykdtree";
version = "1.3.13";
version = "1.4.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-Osz4UulGZT45nD1Nu+EZ28bT9yz9LVqVyr8L8Mf5JP4=";
hash = "sha256-EISP9qxzMraOZb+MLolme2tisHWq0nI0d0Smm/HIrX4=";
};
nativeBuildInputs = [