From cf558c6aad5bc00789680a4fc2e5492cc046e405 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 14 Aug 2024 16:08:44 +0200 Subject: [PATCH] python312Packages.testcontainers: 4.7.2 -> 4.8.0 Diff: https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.7.2...testcontainers-v4.8.0 Changelog: https://github.com/testcontainers/testcontainers-python/releases/tag/testcontainers-v4.8.0 --- 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 0ca740b2c655..4e0c517ca55e 100644 --- a/pkgs/development/python-modules/testcontainers/default.nix +++ b/pkgs/development/python-modules/testcontainers/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "testcontainers"; - version = "4.7.2"; + version = "4.8.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "testcontainers"; repo = "testcontainers-python"; rev = "refs/tags/testcontainers-v${version}"; - hash = "sha256-cmMuX3tKVGe4F+dQlOqQSTS/e49oWuudOekeL/j0YFw="; + hash = "sha256-4PYtWn3NqGYe4BrYTG/CwPAdPVFkdUyFuAxwGQvd6y8="; }; postPatch = ''