Skip to content

Commit

Permalink
python312Packages.testcontainers: 4.8.1 -> 4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Oct 14, 2024
1 parent 0932441 commit 46f2636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/testcontainers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

buildPythonPackage rec {
pname = "testcontainers";
version = "4.8.1";
version = "4.8.2";
pyproject = true;

src = fetchFromGitHub {
owner = "testcontainers";
repo = "testcontainers-python";
rev = "refs/tags/testcontainers-v${version}";
hash = "sha256-UCT0AmpDWMiAeRuW4BadZl4cJFCQPDogHOSkTYi/tqM=";
hash = "sha256-cfvhTNUadx7zRmDPAv9Djsx+jWgBIAf9dMmwop/8oa0=";
};

postPatch = ''
Expand Down

0 comments on commit 46f2636

Please sign in to comment.