mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Merge pull request #311611 from GaetanLepage/testcontainers
python311Packages.testcontainers: 4.4.0 -> 4.4.1
This commit is contained in:
commit
b45d8ffbf0
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "testcontainers";
|
pname = "testcontainers";
|
||||||
version = "4.4.0";
|
version = "4.4.1";
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
|
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
@ -20,14 +20,14 @@ buildPythonPackage rec {
|
|||||||
owner = "testcontainers";
|
owner = "testcontainers";
|
||||||
repo = "testcontainers-python";
|
repo = "testcontainers-python";
|
||||||
rev = "refs/tags/testcontainers-v${version}";
|
rev = "refs/tags/testcontainers-v${version}";
|
||||||
hash = "sha256-1iwbfArEjYxpEpMlmJ8rzVLXA8OSNT7ozkpTVTIL91U=";
|
hash = "sha256-osWppbptWpBSHcrHlAqNpn6j2n/qQ7iCobH3TVqB2bc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
echo "${version}" > VERSION
|
echo "${version}" > VERSION
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
build-system = [
|
||||||
poetry-core
|
poetry-core
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user