python3Packages.std-uritemplate: 2.0.11 -> 2.0.12

This commit is contained in:
R. Ryantm
2026-07-17 05:03:25 +00:00
parent 3caf6c92ce
commit 5f1f3c1663
@@ -7,13 +7,13 @@
buildPythonPackage (finalAttrs: {
pname = "std-uritemplate";
version = "2.0.11";
version = "2.0.12";
pyproject = true;
src = fetchPypi {
pname = "std_uritemplate";
inherit (finalAttrs) version;
hash = "sha256-afqeUkc41RG7S5Sz4jk8oFJKrRGOVJJZxU2zZ+BdmFI=";
hash = "sha256-wkXm2caATkNcRfqU7ko8ilfgiu60WvJhEByw1ROWRTQ=";
};
build-system = [ poetry-core ];