python3Packages.std-uritemplate: 2.0.8 -> 2.0.10 (#523575)

This commit is contained in:
Fabian Affolter
2026-05-24 09:32:54 +00:00
committed by GitHub
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "std-uritemplate";
version = "2.0.8";
version = "2.0.10";
pyproject = true;
src = fetchPypi {
pname = "std_uritemplate";
inherit version;
hash = "sha256-E4zv8sW/7ximUDcqXoyC/n94DIcjVRPebDQvtffhg0c=";
hash = "sha256-NQSKMiIXrtl2b9/+WmnwYy9zGVd6SiZSaHYc1P+jIF4=";
};
build-system = [ poetry-core ];