Merge pull request #305412 from r-ryantm/auto-update/python311Packages.std-uritemplate

python311Packages.std-uritemplate: 0.0.56 -> 0.0.57
This commit is contained in:
Fabian Affolter 2024-04-20 11:05:58 +02:00 committed by GitHub
commit 0faf57ff44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "std-uritemplate"; pname = "std-uritemplate";
version = "0.0.56"; version = "0.0.57";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
pname = "std_uritemplate"; pname = "std_uritemplate";
inherit version; inherit version;
hash = "sha256-85dldY+2WB+Hn6fBBHoKJ7fIe7fDyddYxAjDD83lHGc="; hash = "sha256-9K3HF67BOFYuZSuV2nT8aBWpQiMdlxMUhWuB9DTBuUw=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];