python312Packages.std-uritemplate: 1.0.2 -> 1.0.3

Changelog: https://github.com/std-uritemplate/std-uritemplate/releases/tag/1.0.3
This commit is contained in:
Fabian Affolter 2024-07-03 13:06:12 +02:00
parent 5dc360e27d
commit 85f72b2898

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "std-uritemplate";
version = "1.0.2";
version = "1.0.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "std_uritemplate";
inherit version;
hash = "sha256-lJ2YDTjUI3mf9Jh6g17rXppFRD3GGpzIMEYdkmz0JuQ=";
hash = "sha256-RMNQRjnP+tTrEU9j3zxmOx/C5cdqwYlD514noZiwtzQ=";
};
build-system = [ poetry-core ];