From 746915873c6cf52b5d18c4cba028942e3722d02f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 1 May 2026 08:52:05 -0700 Subject: [PATCH] python3Packages.pyportainer: 1.0.35 -> 1.0.38 Diff: https://github.com/erwindouna/pyportainer/compare/v1.0.35...v1.0.38 Changelog: https://github.com/erwindouna/pyportainer/releases/tag/v1.0.38 --- 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 1c3fd65e870f..6508cd207773 100644 --- a/pkgs/development/python-modules/pyportainer/default.nix +++ b/pkgs/development/python-modules/pyportainer/default.nix @@ -3,6 +3,7 @@ aresponses, buildPythonPackage, fetchFromGitHub, + freezegun, hatchling, lib, mashumaro, @@ -16,14 +17,14 @@ buildPythonPackage (finalAttrs: { pname = "pyportainer"; - version = "1.0.35"; + version = "1.0.38"; pyproject = true; src = fetchFromGitHub { owner = "erwindouna"; repo = "pyportainer"; tag = "v${finalAttrs.version}"; - hash = "sha256-W4zO4fwVJ6cvTeZgak2bOUTTgmGpfVc/EDiOvlkSR2Y="; + hash = "sha256-A0CuOBh22VonBzGYM/1tTK/w4bZMEHMOYSIRdQ8JBwg="; }; build-system = [ hatchling ]; @@ -40,6 +41,7 @@ buildPythonPackage (finalAttrs: { nativeCheckInputs = [ aresponses + freezegun pytest-cov-stub pytestCheckHook syrupy