python3Packages.std-uritemplate: 1.0.6 -> 2.0.1

https://github.com/std-uritemplate/std-uritemplate/releases/tag/2.0.1
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:32 +01:00
parent 6b7adaded0
commit f39fda0800
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "std-uritemplate";
version = "1.0.6";
version = "2.0.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "std_uritemplate";
inherit version;
hash = "sha256-m+1iEgSp27R/ieqVjJfEY9FfKLzLyAGquMmw11cZ7GI=";
hash = "sha256-9GhK4FAWfiN+1YGUIxOYk+C1t/CNxrdGe7o/3WRgi+g=";
};
build-system = [ poetry-core ];