python3Packages.essentials-openapi: 1.2.1 -> 1.3.0 (#464393)

This commit is contained in:
Aleksana
2025-11-24 11:07:10 +00:00
committed by GitHub
@@ -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 ];