python3Packages.testcontainers: 4.14.0 -> 4.14.1
Diff: https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.14.0...testcontainers-v4.14.1 Changelog: https://github.com/testcontainers/testcontainers-python/releases/tag/testcontainers-v4.14.1
This commit is contained in:
@@ -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 = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user