Skip to content

Commit

Permalink
openapi-python-client: 0.21.7 -> 0.22.0 (NixOS#366105)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 19, 2024
2 parents cc547dd + fd374b6 commit 969d350
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.7";
version = "0.22.0";
pyproject = true;

src = fetchFromGitHub {
inherit version;
owner = "openapi-generators";
repo = "openapi-python-client";
tag = "v${version}";
hash = "sha256-V3tvAyojSSijbqVfsodk7eiyUBGZOjf1stkedfwTeOQ=";
hash = "sha256-Z6gYSonnr2HrWieWFp20U1px8clC1yBCezn/pk428WI=";
};

nativeBuildInputs =
Expand Down

0 comments on commit 969d350

Please sign in to comment.