python3Packages.essentials-openapi: 1.2.1 -> 1.3.0

This commit is contained in:
R. Ryantm
2025-11-23 21:35:28 +00:00
parent 956c7ae2f9
commit e5e7fd83a1
@@ -18,14 +18,14 @@
}:
buildPythonPackage rec {
pname = "essentials-openapi";
version = "1.2.1";
version = "1.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Neoteroi";
repo = "essentials-openapi";
tag = "v${version}";
hash = "sha256-HckCdDQ7wNg+uHLwAaoBIxg2cfubkcFC1mhviOeFdDg=";
hash = "sha256-MmH/X8qm/ZeUjyX3gL2lHU+H90fb81wmnFWgD/M5P/o=";
};
nativeBuildInputs = [ hatchling ];