Gaetan Lepage
2026-01-31 23:26:01 +00:00
parent 822b129b1b
commit 1dafd0ff52
@@ -16,14 +16,14 @@
buildPythonPackage (finalAttrs: { buildPythonPackage (finalAttrs: {
pname = "testcontainers"; pname = "testcontainers";
version = "4.14.0"; version = "4.14.1";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "testcontainers"; owner = "testcontainers";
repo = "testcontainers-python"; repo = "testcontainers-python";
tag = "testcontainers-v${finalAttrs.version}"; tag = "testcontainers-v${finalAttrs.version}";
hash = "sha256-Zquh1tY9Z2BU6BPsEGR4eBjcHVB4KsxOQ81Tk6YTyTQ="; hash = "sha256-BB09uQX33/MiCfEBOXHjhl/OB2S/zKxqxYYcfJqWysY=";
}; };
postPatch = '' postPatch = ''