nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python313Packages.ldap3: fix dist version

+2
+2
pkgs/development/python-modules/ldap3/default.nix
··· 24 24 prePatch = '' 25 25 # patch fails to apply because of line endings 26 26 dos2unix ldap3/utils/asn1.py 27 + substituteInPlace _version.json \ 28 + --replace-fail '"version": "2.9",' '"version": "${version}",' 27 29 ''; 28 30 29 31 patches = [