python313Packages.ldap3: fix dist version

This commit is contained in:
Fabian Affolter
2025-08-09 15:27:10 +02:00
parent 013cf99b86
commit cc12b8ffb8

View File

@@ -24,6 +24,8 @@ buildPythonPackage rec {
prePatch = '' prePatch = ''
# patch fails to apply because of line endings # patch fails to apply because of line endings
dos2unix ldap3/utils/asn1.py dos2unix ldap3/utils/asn1.py
substituteInPlace _version.json \
--replace-fail '"version": "2.9",' '"version": "${version}",'
''; '';
patches = [ patches = [