From 0b4684bcb9a03eea7bf0d1fcbd0781ee766e1f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 4 Mar 2026 11:01:39 -0800 Subject: [PATCH] python3Packages.pyportainer: 1.0.29 -> 1.0.31 Diff: https://github.com/erwindouna/pyportainer/compare/v1.0.29...v1.0.31 Changelog: https://github.com/erwindouna/pyportainer/releases/tag/v1.0.31 --- pkgs/development/python-modules/pyportainer/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyportainer/default.nix b/pkgs/development/python-modules/pyportainer/default.nix index a52ea2d20d33..7835e66ec574 100644 --- a/pkgs/development/python-modules/pyportainer/default.nix +++ b/pkgs/development/python-modules/pyportainer/default.nix @@ -10,19 +10,20 @@ pytest-cov-stub, pytestCheckHook, syrupy, + tenacity, yarl, }: buildPythonPackage (finalAttrs: { pname = "pyportainer"; - version = "1.0.29"; + version = "1.0.31"; pyproject = true; src = fetchFromGitHub { owner = "erwindouna"; repo = "pyportainer"; tag = "v${finalAttrs.version}"; - hash = "sha256-NfK6Ce99bXtI0QgObdsalpTf9MiaOBdWOp6nTrAipY4="; + hash = "sha256-s+F+V6vJr1Y7Xark/XAthwrVi6prp8hK6vyAzpdm/54="; }; build-system = [ hatchling ]; @@ -31,6 +32,7 @@ buildPythonPackage (finalAttrs: { aiohttp mashumaro orjson + tenacity yarl ];