python3Packages.essentials-openapi: 1.3.0 -> 1.4.0

This commit is contained in:
R. Ryantm
2026-03-12 21:19:08 +00:00
parent a6ef64ca72
commit 9f8745eb10
@@ -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 ];