python3Packages.pyln-proto: update to NixOS 24.11

Cryptography contains no relevant backwards-incompatible changes:
https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst#4300---2024-07-20
This commit is contained in:
Erik Arvstedt 2024-12-13 23:21:27 +01:00
parent 8af7fc4b80
commit dc8f969eea
No known key found for this signature in database
GPG key ID: 33312B944DD97846

View file

@ -29,4 +29,9 @@ buildPythonPackage rec {
checkInputs = [ pytestCheckHook ];
postUnpack = "sourceRoot=$sourceRoot/contrib/pyln-proto";
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail 'cryptography = "^42"' 'cryptography = "43.0.1"'
'';
}