Gaetan Lepage
2025-04-02 23:10:19 +02:00
parent 5f74c144d3
commit 070ad51d02
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "testcontainers";
version = "4.9.2";
version = "4.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "testcontainers";
repo = "testcontainers-python";
tag = "testcontainers-v${version}";
hash = "sha256-yLoMxRh5hdypwYAimCjOM+C1oaOZGyMj7FsQ2SkapOM=";
hash = "sha256-0Pd0GxG6Qh6qMJQSMRBaoE4dqFdWewNtdHf6te5vCeE=";
};
postPatch = ''