Commit cc12b8ff authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.ldap3: fix dist version

parent 013cf99b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@ buildPythonPackage rec {
  prePatch = ''
    # patch fails to apply because of line endings
    dos2unix ldap3/utils/asn1.py
    substituteInPlace _version.json \
      --replace-fail '"version": "2.9",' '"version": "${version}",'
  '';

  patches = [