python3Packages.lazr-uri: 1.0.7 -> 1.0.8

This commit is contained in:
R. Ryantm
2026-04-22 23:52:48 +00:00
parent 5fbed93b08
commit 1ba513f3a7
@@ -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 ];