python3Packages.pyportainer: 1.0.34 -> 1.0.35

This commit is contained in:
R. Ryantm
2026-04-03 17:18:07 +00:00
parent 5e227d1680
commit d0e787d587
@@ -16,14 +16,14 @@
buildPythonPackage (finalAttrs: {
pname = "pyportainer";
version = "1.0.34";
version = "1.0.35";
pyproject = true;
src = fetchFromGitHub {
owner = "erwindouna";
repo = "pyportainer";
tag = "v${finalAttrs.version}";
hash = "sha256-qa+NbX8y/2bK3B7gHWuTeAKT0bTaZS2HbWS/75a8tcA=";
hash = "sha256-W4zO4fwVJ6cvTeZgak2bOUTTgmGpfVc/EDiOvlkSR2Y=";
};
build-system = [ hatchling ];