python3Packages.laspy: 2.6.1 -> 2.7.0

https://github.com/laspy/laspy/blob/2.7.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:26 +01:00
parent 64549bc9e6
commit dbae02a68c
@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "laspy";
version = "2.6.1";
version = "2.7.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-zpy5oYUosqK5hVg99ApN6mjN2nmV5H5LALbUjfDojao=";
hash = "sha256-9W/rVEXnXW/xLugUqrajUzkpDnUmT/J3xr9VPzAlo/U=";
};
nativeBuildInputs = [ setuptools ];