simp_le: drop upper bound of acme requirement (#39263)

Changed files
+2
pkgs
tools
admin
simp_le
+2
pkgs/tools/admin/simp_le/default.nix
···
};
postPatch = ''
+
# drop upper bound of acme requirement
+
sed -ri "s/'(acme>=[^,]+),<[^']+'/'\1'/" setup.py
substituteInPlace simp_le.py \
--replace "/bin/sh" "${bash}/bin/sh"
'';