openapi-python-client: 0.28.0 -> 0.28.1

This commit is contained in:
R. Ryantm
2026-01-17 00:05:04 +00:00
parent 7c8cdf6de9
commit 4c80f0caf7
@@ -11,7 +11,7 @@
python3Packages.buildPythonApplication rec {
pname = "openapi-python-client";
version = "0.28.0";
version = "0.28.1";
pyproject = true;
src = fetchFromGitHub {
@@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec {
owner = "openapi-generators";
repo = "openapi-python-client";
tag = "v${version}";
hash = "sha256-CxFadu6HaGw78GNAQegjC0ZVtpqaZtUOKLVWoMKkPl8=";
hash = "sha256-ZzZLrxeJtT4rgxlcANKcrw7nRlTF8vRV/lItyH7x95o=";
};
nativeBuildInputs = [