python3Packages.pyportainer: 1.0.42 -> 1.0.43

This commit is contained in:
R. Ryantm
2026-08-03 00:11:27 +00:00
parent 50ff86c99b
commit 143cdd45d1
@@ -17,14 +17,14 @@
buildPythonPackage (finalAttrs: {
pname = "pyportainer";
version = "1.0.42";
version = "1.0.43";
pyproject = true;
src = fetchFromGitHub {
owner = "erwindouna";
repo = "pyportainer";
tag = "v${finalAttrs.version}";
hash = "sha256-Mnn9cpTei7dJCPomON0XskvNDSEb+XP9tMihoN7vS8E=";
hash = "sha256-KE/qXqExL7eYSZZz3+4SQNAmia8N63eZnOITQkcgzfQ=";
};
build-system = [ hatchling ];