python3Packages.pyportainer: 1.0.24 -> 1.0.27 (#492614)

This commit is contained in:
dotlambda
2026-02-20 23:38:05 +00:00
committed by GitHub
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "pyportainer";
version = "1.0.24";
version = "1.0.27";
pyproject = true;
src = fetchFromGitHub {
owner = "erwindouna";
repo = "pyportainer";
tag = "v${finalAttrs.version}";
hash = "sha256-RuoOkmiEndS2NpNKWRD+ZScNLwGl9Ud2sGvg5IWb7JI=";
hash = "sha256-h/z4CUPxOmcA57gkclEJdIWRFGfsG8v6VS8vNLneS3A=";
};
build-system = [ hatchling ];