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:
parent
8af7fc4b80
commit
dc8f969eea
1 changed files with 5 additions and 0 deletions
|
|
@ -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"'
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue