python3Packages.essentials-openapi: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm
2025-08-05 21:41:26 +00:00
parent be57485fff
commit c717d042bc
@@ -18,14 +18,14 @@
}:
buildPythonPackage rec {
pname = "essentials-openapi";
version = "1.2.0";
version = "1.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Neoteroi";
repo = "essentials-openapi";
tag = "v${version}";
hash = "sha256-aag66YafLDSLBcXyRNcTyiqf3U4hx2gjimxhKVns/zc=";
hash = "sha256-HckCdDQ7wNg+uHLwAaoBIxg2cfubkcFC1mhviOeFdDg=";
};
nativeBuildInputs = [ hatchling ];