diff --git a/pkgs/python-packages/joinmarket/default.nix b/pkgs/python-packages/joinmarket/default.nix index d524282..2cdbb55 100644 --- a/pkgs/python-packages/joinmarket/default.nix +++ b/pkgs/python-packages/joinmarket/default.nix @@ -74,9 +74,10 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pyproject.toml \ - --replace-fail 'twisted==23.10.0' 'twisted==24.3.0' \ + --replace-fail 'twisted==23.10.0' 'twisted==24.7.0' \ --replace-fail 'service-identity==21.1.0' 'service-identity==24.1.0' \ - --replace-fail 'cryptography==41.0.6' 'cryptography==42.0.5' + --replace-fail 'cryptography==41.0.6' 'cryptography==43.0.1' \ + --replace-fail 'txtorcon==23.11.0' 'txtorcon==24.8.0' \ # Modify pyproject.toml to include only specific modules. Do not include 'jmqtui'. sed -i '/^\[tool.setuptools.packages.find\]/a include = ["jmbase", "jmbitcoin", "jmclient", "jmdaemon"]' pyproject.toml