python3Packages.essentials-openapi: 1.3.0 -> 1.4.0 (#499378)

This commit is contained in:
Nick Cao
2026-03-13 20:35:49 +00:00
committed by GitHub
@@ -18,14 +18,14 @@
}:
buildPythonPackage rec {
pname = "essentials-openapi";
version = "1.3.0";
version = "1.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Neoteroi";
repo = "essentials-openapi";
tag = "v${version}";
hash = "sha256-MmH/X8qm/ZeUjyX3gL2lHU+H90fb81wmnFWgD/M5P/o=";
hash = "sha256-m2N6iOWfDBSRU99XqKs0T3a3iJWkPb2DuXW0Wm72r9g=";
};
nativeBuildInputs = [ hatchling ];