Gaetan Lepage 2025-07-22 11:53:25 +02:00
parent 9fcff88aaa
commit 310c43aba3

View File

@ -16,14 +16,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "testcontainers"; pname = "testcontainers";
version = "4.10.0"; version = "4.12.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "testcontainers"; owner = "testcontainers";
repo = "testcontainers-python"; repo = "testcontainers-python";
tag = "testcontainers-v${version}"; tag = "testcontainers-v${version}";
hash = "sha256-0Pd0GxG6Qh6qMJQSMRBaoE4dqFdWewNtdHf6te5vCeE="; hash = "sha256-y1fX2XQeEPNP1NZVYh0RazqA76BJC9doIalMsWS6MY8=";
}; };
postPatch = '' postPatch = ''