python3Packages.badldap: 0.5.10 -> 0.7.1-unstable-2025-10-28

This commit is contained in:
Sarah Clark
2025-11-02 11:29:51 -08:00
parent a33cde8301
commit ac88b6a3be

View File

@@ -15,20 +15,21 @@
tabulate, tabulate,
tqdm, tqdm,
unicrypto, unicrypto,
unidns,
wcwidth, wcwidth,
winacl, winacl,
}: }:
buildPythonPackage rec { buildPythonPackage {
pname = "badldap"; pname = "badldap";
version = "0.5.10"; version = "0.7.1-unstable-2025-10-28";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "CravateRouge"; owner = "CravateRouge";
repo = "badldap"; repo = "badldap";
tag = version; rev = "65af61fd7daf7dc7bef9c6248553398e6f604d43"; # no tag available
hash = "sha256-CnHXEE1tdIXv+Qb3pS+cNxVtcTOVaq6mrQxu3wr1Xxo="; hash = "sha256-14mV+EBrpoR9suPmOYdt2ro1Gcrpj3tuVx/meaVKC2c=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];
@@ -42,6 +43,7 @@ buildPythonPackage rec {
tabulate tabulate
tqdm tqdm
unicrypto unicrypto
unidns
wcwidth wcwidth
winacl winacl
]; ];