Commit d820e476 authored by R. RyanTM's avatar R. RyanTM
Browse files

openapi-python-client: 0.25.2 -> 0.25.3

parent 2081733c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

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

  src = fetchFromGitHub {
@@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec {
    owner = "openapi-generators";
    repo = "openapi-python-client";
    tag = "v${version}";
    hash = "sha256-B+GVv1Q/OwbtHDMGNYkPkZgvHqncrAkdvZ6ECwhIbLE=";
    hash = "sha256-6lGzAMt7c811u3Zooyn+HftoJNK3DHyjSO6lnOoDUus=";
  };

  nativeBuildInputs = [