Skip to content

Commit

Permalink
openapi-python-client: 0.21.5 -> 0.21.6 (#350731)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Oct 27, 2024
2 parents 4c4f969 + 7058ed2 commit 485ad61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/op/openapi-python-client/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

python3Packages.buildPythonApplication rec {
pname = "openapi-python-client";
version = "0.21.5";
version = "0.21.6";
pyproject = true;

src = fetchFromGitHub {
inherit version;
owner = "openapi-generators";
repo = "openapi-python-client";
rev = "refs/tags/v${version}";
hash = "sha256-/m/XXNqsr0FjYSEGMSw4zIUpWJDOqu9BzNuJKyb7fKY=";
hash = "sha256-hmVRPQ3+20ZBRCkQltX+S+pGGy2unsBSztyif93sKsw=";
};

nativeBuildInputs =
Expand Down

0 comments on commit 485ad61

Please sign in to comment.