tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python313Packages.ldap3: fix dist version
Fabian Affolter
8 months ago
cc12b8ff
013cf99b
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
ldap3
default.nix
+2
pkgs/development/python-modules/ldap3/default.nix
reviewed
···
24
24
prePatch = ''
25
25
# patch fails to apply because of line endings
26
26
dos2unix ldap3/utils/asn1.py
27
27
+
substituteInPlace _version.json \
28
28
+
--replace-fail '"version": "2.9",' '"version": "${version}",'
27
29
'';
28
30
29
31
patches = [