python310Packages.laspy: 2.5.1 -> 2.5.2

This commit is contained in:
R. Ryantm 2024-01-03 08:56:46 +00:00
parent 14cb8882a6
commit f8e4fe088e

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "laspy";
version = "2.5.1";
version = "2.5.2";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-uqPJxswVVjbxYRSREfnPwkPb0U9synKclLNWsxxmjy4=";
hash = "sha256-gZQLLW288XRhc78R/CjpYHQrwi3jCpdfnsRNezKCbTk=";
};
nativeBuildInputs = [