mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
openapi-python-client: 0.24.3 -> 0.25.0 (#414774)
This commit is contained in:
commit
5fffbaff04
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "openapi-python-client";
|
pname = "openapi-python-client";
|
||||||
version = "0.24.3";
|
version = "0.25.0";
|
||||||
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-EAHwICY8bjqYt0yGSG+SMcyTqeftfGCGTE4pJE120Mo=";
|
hash = "sha256-bFGqOrBPoywx/r35zpViAWUGiF1ZL3IG1E3TA+Qa354=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs =
|
nativeBuildInputs =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue