We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5225b00 + 8fad15a commit c64c46bCopy full SHA for c64c46b
pkgs/development/python-modules/testcontainers/default.nix
@@ -16,14 +16,14 @@
16
17
buildPythonPackage rec {
18
pname = "testcontainers";
19
- version = "4.9.0";
+ version = "4.9.1";
20
pyproject = true;
21
22
src = fetchFromGitHub {
23
owner = "testcontainers";
24
repo = "testcontainers-python";
25
tag = "testcontainers-v${version}";
26
- hash = "sha256-E0g0A3RJY2l/0N6t+/OSXB+Xm2O/9y7FkscXfGm/nKw=";
+ hash = "sha256-qbOtsENvPl+l2ODGyuxmiAoJwU4EIACu1GW5GPP207c=";
27
};
28
29
postPatch = ''
0 commit comments