python312Packages.testcontainers: 4.9.1 -> 4.9.2
Diff: https://github.com/testcontainers/testcontainers-python/compare/refs/tags/testcontainers-v4.9.1...testcontainers-v4.9.2 Changelog: https://github.com/testcontainers/testcontainers-python/releases/tag/testcontainers-v4.9.2
This commit is contained in:
@@ -16,14 +16,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "testcontainers";
|
||||
version = "4.9.1";
|
||||
version = "4.9.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "testcontainers";
|
||||
repo = "testcontainers-python";
|
||||
tag = "testcontainers-v${version}";
|
||||
hash = "sha256-qbOtsENvPl+l2ODGyuxmiAoJwU4EIACu1GW5GPP207c=";
|
||||
hash = "sha256-yLoMxRh5hdypwYAimCjOM+C1oaOZGyMj7FsQ2SkapOM=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user