python311Packages.lazr-config: 2.2.3 -> 3.0

Changelog: https://git.launchpad.net/lazr.config/tree/NEWS.rst?h=3.0
This commit is contained in:
natsukium
2023-11-03 23:59:14 +09:00
parent 5d0f3d6025
commit 375e6a3c1d
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "lazr-config";
version = "2.2.3";
version = "3.0";
pyproject = true;
src = fetchPypi {
pname = "lazr.config";
inherit version;
hash = "sha256-t0pz+LY+bcZzL8Hz2I4vI2WW3fCJ724XlOzgYOjPq+E=";
hash = "sha256-oU5PbMCa68HUCxdhWK6g7uIlLBQAO40O8LMcfFFMNkQ=";
};
nativeBuildInputs = [