Loading pkgs/development/python-modules/testcontainers/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ fetchFromGitHub, # build-system poetry-core, hatchling, # dependencies docker, Loading @@ -16,21 +16,21 @@ buildPythonPackage (finalAttrs: { pname = "testcontainers"; version = "4.14.1"; version = "4.14.2"; pyproject = true; src = fetchFromGitHub { owner = "testcontainers"; repo = "testcontainers-python"; tag = "testcontainers-v${finalAttrs.version}"; hash = "sha256-BB09uQX33/MiCfEBOXHjhl/OB2S/zKxqxYYcfJqWysY="; hash = "sha256-AsRTCEICdxrDnsQyfEY19a7Fox9erSJVTykLN3RUlOE="; }; postPatch = '' echo "${finalAttrs.version}" > VERSION ''; build-system = [ poetry-core ]; build-system = [ hatchling ]; dependencies = [ docker Loading Loading
pkgs/development/python-modules/testcontainers/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ fetchFromGitHub, # build-system poetry-core, hatchling, # dependencies docker, Loading @@ -16,21 +16,21 @@ buildPythonPackage (finalAttrs: { pname = "testcontainers"; version = "4.14.1"; version = "4.14.2"; pyproject = true; src = fetchFromGitHub { owner = "testcontainers"; repo = "testcontainers-python"; tag = "testcontainers-v${finalAttrs.version}"; hash = "sha256-BB09uQX33/MiCfEBOXHjhl/OB2S/zKxqxYYcfJqWysY="; hash = "sha256-AsRTCEICdxrDnsQyfEY19a7Fox9erSJVTykLN3RUlOE="; }; postPatch = '' echo "${finalAttrs.version}" > VERSION ''; build-system = [ poetry-core ]; build-system = [ hatchling ]; dependencies = [ docker Loading