1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

Merge pull request #301051 from GaetanLepage/testcontainers

python311Packages.testcontainers: 4.3.0 -> 4.3.1
This commit is contained in:
Nick Cao 2024-04-02 22:49:50 -04:00 committed by GitHub
commit eb4c19198f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "testcontainers";
version = "4.3.0";
version = "4.3.1";
disabled = pythonOlder "3.9";
pyproject = true;
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "testcontainers";
repo = "testcontainers-python";
rev = "refs/tags/testcontainers-v${version}";
hash = "sha256-eCoGMfd4gNuPY1rRRK5LH2BI236ZiZ0igTZDALuHevk=";
hash = "sha256-pS5YEcHDHpTIWLD4vMPWL4r86DOI+47jN7cTwhDeXHE=";
};
postPatch = ''