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

python311Packages.std-uritemplate: 0.0.56 -> 0.0.57

Changed files
+2 -2
pkgs
development
python-modules
std-uritemplate
+2 -2
pkgs/development/python-modules/std-uritemplate/default.nix
···
buildPythonPackage rec {
pname = "std-uritemplate";
-
version = "0.0.56";
+
version = "0.0.57";
pyproject = true;
disabled = pythonOlder "3.8";
···
src = fetchPypi {
pname = "std_uritemplate";
inherit version;
-
hash = "sha256-85dldY+2WB+Hn6fBBHoKJ7fIe7fDyddYxAjDD83lHGc=";
+
hash = "sha256-9K3HF67BOFYuZSuV2nT8aBWpQiMdlxMUhWuB9DTBuUw=";
};
build-system = [ poetry-core ];