Skip to content

Commit

Permalink
openapi-python-client: 0.21.5 -> 0.21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Oct 23, 2024
1 parent dfffb2e commit 7058ed2
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 @@ -12,15 +12,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 7058ed2

Please sign in to comment.