python3Packages.testcontainers: 4.10.0 -> 4.12.0
Diff: https://github.com/testcontainers/testcontainers-python/compare/refs/tags/testcontainers-v4.10.0...testcontainers-v4.12.0 Changelog: https://github.com/testcontainers/testcontainers-python/releases/tag/testcontainers-v4.12.0
This commit is contained in:
parent
9fcff88aaa
commit
310c43aba3
@ -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 = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user