python313Packages.pyportainer: 1.0.23 -> 1.0.24 (#485194)

This commit is contained in:
dotlambda
2026-01-30 00:54:38 +00:00
committed by GitHub
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "pyportainer";
version = "1.0.23";
version = "1.0.24";
pyproject = true;
src = fetchFromGitHub {
owner = "erwindouna";
repo = "pyportainer";
tag = "v${finalAttrs.version}";
hash = "sha256-bPVAqL25kJ5EsnM7bUA+sqn0Q5uTOuFuKzneviK6078=";
hash = "sha256-RuoOkmiEndS2NpNKWRD+ZScNLwGl9Ud2sGvg5IWb7JI=";
};
build-system = [ hatchling ];