python312Packages.std-uritemplate: 0.0.55 -> 0.0.56

Changelog: https://github.com/std-uritemplate/std-uritemplate/releases/tag/0.0.56
This commit is contained in:
Fabian Affolter 2024-04-11 23:40:17 +02:00
parent 274dc1ce96
commit 156e1d697b
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "std-uritemplate";
version = "0.0.55";
version = "0.0.56";
pyproject = true;
disabled = pythonOlder "3.8";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "std_uritemplate";
inherit version;
hash = "sha256-kHP1anfkTQWD+2ZFw35KZAo08iolXQDjeTzT8w2limg=";
hash = "sha256-85dldY+2WB+Hn6fBBHoKJ7fIe7fDyddYxAjDD83lHGc=";
};
nativeBuildInputs = [