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

python311Packages.std-uritemplate: 0.0.59 -> 1.0.1
This commit is contained in:
Fabian Affolter 2024-06-16 15:15:37 +02:00 committed by GitHub
commit 683aa7c4e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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