python3Packages.essentials-openapi: 1.2.0 -> 1.2.1

R. Ryantm c717d042 be57485f

Changed files
+2 -2
pkgs
development
python-modules
essentials-openapi
+2 -2
pkgs/development/python-modules/essentials-openapi/default.nix
···
}:
buildPythonPackage rec {
pname = "essentials-openapi";
-
version = "1.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Neoteroi";
repo = "essentials-openapi";
tag = "v${version}";
-
hash = "sha256-aag66YafLDSLBcXyRNcTyiqf3U4hx2gjimxhKVns/zc=";
};
nativeBuildInputs = [ hatchling ];
···
}:
buildPythonPackage rec {
pname = "essentials-openapi";
+
version = "1.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Neoteroi";
repo = "essentials-openapi";
tag = "v${version}";
+
hash = "sha256-HckCdDQ7wNg+uHLwAaoBIxg2cfubkcFC1mhviOeFdDg=";
};
nativeBuildInputs = [ hatchling ];