python313Packages.pyportainer: 1.0.23 -> 1.0.24

Diff: https://github.com/erwindouna/pyportainer/compare/v1.0.23...v1.0.24

Changelog: https://github.com/erwindouna/pyportainer/releases/tag/v1.0.24
This commit is contained in:
Fabian Affolter
2026-01-30 01:40:05 +01:00
parent 8b72ae8d47
commit 45a80d65c9
@@ -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 ];