about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-07-15 22:48:58 +0200
committerGaetan Lepage <gaetan@glepage.com>2024-07-15 22:48:58 +0200
commit7009c7331e956fc2265b19c59b3239f134285deb (patch)
treeb99eda76b94c164ad8c27bcb19884a7e8d9ad9da
parent4c10b45022a90a37da40c709e9551aed15788cf3 (diff)
python311Packages.testcontainers: 4.7.1 -> 4.7.2
Diff:
https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.7.1...testcontainers-v4.7.2

Changelog:
https://github.com/testcontainers/testcontainers-python/releases/tag/testcontainers-v4.7.2
-rw-r--r--pkgs/development/python-modules/testcontainers/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/testcontainers/default.nix b/pkgs/development/python-modules/testcontainers/default.nix
index a4b20a75d15bb..0ca740b2c655c 100644
--- a/pkgs/development/python-modules/testcontainers/default.nix
+++ b/pkgs/development/python-modules/testcontainers/default.nix
@@ -12,7 +12,7 @@
 
 buildPythonPackage rec {
   pname = "testcontainers";
-  version = "4.7.1";
+  version = "4.7.2";
   pyproject = true;
 
   disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "testcontainers";
     repo = "testcontainers-python";
     rev = "refs/tags/testcontainers-v${version}";
-    hash = "sha256-li9okYMPW6PM03cFQRfHKzr48eOguNXmmHnSCBgDqYo=";
+    hash = "sha256-cmMuX3tKVGe4F+dQlOqQSTS/e49oWuudOekeL/j0YFw=";
   };
 
   postPatch = ''