python3Packages.std-uritemplate: 2.0.1 -> 2.0.3

https://github.com/std-uritemplate/std-uritemplate/releases/tag/2.0.3

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:13:07 +02:00
parent ebe8eb5903
commit bb8dc91fb6
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "std-uritemplate";
version = "2.0.1";
version = "2.0.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "std_uritemplate";
inherit version;
hash = "sha256-9GhK4FAWfiN+1YGUIxOYk+C1t/CNxrdGe7o/3WRgi+g=";
hash = "sha256-rUyx1nG89KNgizWYxoe+SwkphnxTotacEFmJ2mpaLUw=";
};
build-system = [ poetry-core ];