Unverified Commit e9f1e37b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

openapi-python-client: 0.26.1 -> 0.26.2 (#450340)

parents 44e7f512 f0ee5bba
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.26.1";
  version = "0.26.2";
  pyproject = true;

  src = fetchFromGitHub {
@@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec {
    owner = "openapi-generators";
    repo = "openapi-python-client";
    tag = "v${version}";
    hash = "sha256-+9Tm4othdBtSubffrzK6ufjq69woSytiOEi+S+tqAxw=";
    hash = "sha256-RSz8UCOJBcF4zRYURRqzJahfkX49hBq7/yiTWE3es3M=";
  };

  nativeBuildInputs = [