From 8fad15a0ca6665f43e7cea11b7f33ba357c4dc0e Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 21 Jan 2025 23:11:25 +0100 Subject: [PATCH] python312Packages.testcontainers: 4.9.0 -> 4.9.1 Diff: https://github.com/testcontainers/testcontainers-python/compare/refs/tags/testcontainers-v4.9.0...testcontainers-v4.9.1 Changelog: https://github.com/testcontainers/testcontainers-python/releases/tag/testcontainers-v4.9.1 --- pkgs/development/python-modules/testcontainers/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/testcontainers/default.nix b/pkgs/development/python-modules/testcontainers/default.nix index 2998822d5d7f..77f9639c4bac 100644 --- a/pkgs/development/python-modules/testcontainers/default.nix +++ b/pkgs/development/python-modules/testcontainers/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "testcontainers"; - version = "4.9.0"; + version = "4.9.1"; pyproject = true; src = fetchFromGitHub { owner = "testcontainers"; repo = "testcontainers-python"; tag = "testcontainers-v${version}"; - hash = "sha256-E0g0A3RJY2l/0N6t+/OSXB+Xm2O/9y7FkscXfGm/nKw="; + hash = "sha256-qbOtsENvPl+l2ODGyuxmiAoJwU4EIACu1GW5GPP207c="; }; postPatch = ''