python312Packages.std-uritemplate: 1.0.1 -> 1.0.2

Changelog: https://github.com/std-uritemplate/std-uritemplate/releases/tag/1.0.2
This commit is contained in:
Fabian Affolter 2024-06-26 19:51:08 +02:00
parent 44f79e5bf0
commit f87ddee497

View File

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