Skip to content

Commit faa61ee

Browse files
authored
Merge pull request #334632 from GaetanLepage/testcontainers
python312Packages.testcontainers: 4.7.2 -> 4.8.0
2 parents d86f963 + cf558c6 commit faa61ee

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
@@ -12,7 +12,7 @@
1212

1313
buildPythonPackage rec {
1414
pname = "testcontainers";
15-
version = "4.7.2";
15+
version = "4.8.0";
1616
pyproject = true;
1717

1818
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121
owner = "testcontainers";
2222
repo = "testcontainers-python";
2323
rev = "refs/tags/testcontainers-v${version}";
24-
hash = "sha256-cmMuX3tKVGe4F+dQlOqQSTS/e49oWuudOekeL/j0YFw=";
24+
hash = "sha256-4PYtWn3NqGYe4BrYTG/CwPAdPVFkdUyFuAxwGQvd6y8=";
2525
};
2626

2727
postPatch = ''

0 commit comments

Comments
 (0)