python3Packages.lazr-uri: 1.0.7 -> 1.0.8 (#512595)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-08 00:04:30 +00:00
committed by GitHub
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "lazr-uri";
version = "1.0.7";
version = "1.0.8";
pyproject = true;
src = fetchPypi {
pname = "lazr_uri";
inherit version;
hash = "sha256-7Qz28zPkUBFHUq+xzgwpnDasSxCQY+tQNUxPh/glo+4=";
hash = "sha256-DkWFTrImh5WN+4B2Vf9+CVsXZb5kniTMxYGTTQM307Q=";
};
build-system = [ setuptools ];