openapi-python-client: 0.26.1 -> 0.26.2 (#450340)
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "openapi-python-client";
|
pname = "openapi-python-client";
|
||||||
version = "0.26.1";
|
version = "0.26.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
@@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
owner = "openapi-generators";
|
owner = "openapi-generators";
|
||||||
repo = "openapi-python-client";
|
repo = "openapi-python-client";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-+9Tm4othdBtSubffrzK6ufjq69woSytiOEi+S+tqAxw=";
|
hash = "sha256-RSz8UCOJBcF4zRYURRqzJahfkX49hBq7/yiTWE3es3M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|||||||
Reference in New Issue
Block a user