openapi-python-client: 0.21.6 -> 0.21.7

This commit is contained in:
R. Ryantm
2024-12-07 10:29:07 +00:00
parent be4a655cf2
commit 23bc864ee4
@@ -11,15 +11,15 @@
python3Packages.buildPythonApplication rec {
pname = "openapi-python-client";
version = "0.21.6";
version = "0.21.7";
pyproject = true;
src = fetchFromGitHub {
inherit version;
owner = "openapi-generators";
repo = "openapi-python-client";
rev = "refs/tags/v${version}";
hash = "sha256-hmVRPQ3+20ZBRCkQltX+S+pGGy2unsBSztyif93sKsw=";
tag = "v${version}";
hash = "sha256-V3tvAyojSSijbqVfsodk7eiyUBGZOjf1stkedfwTeOQ=";
};
nativeBuildInputs =