Skip to content

Commit cfdcf07

Browse files

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/testcontainers

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/testcontainers/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
buildPythonPackage rec {
1818
pname = "testcontainers";
19-
version = "4.9.1";
19+
version = "4.9.2";
2020
pyproject = true;
2121

2222
src = fetchFromGitHub {
2323
owner = "testcontainers";
2424
repo = "testcontainers-python";
2525
tag = "testcontainers-v${version}";
26-
hash = "sha256-qbOtsENvPl+l2ODGyuxmiAoJwU4EIACu1GW5GPP207c=";
26+
hash = "sha256-yLoMxRh5hdypwYAimCjOM+C1oaOZGyMj7FsQ2SkapOM=";
2727
};
2828

2929
postPatch = ''

0 commit comments

Comments
 (0)