python311Packages.msldap: 0.4.7 -> 0.5.5

Changelog: https://github.com/skelsec/msldap/releases/tag/0.5.5
This commit is contained in:
Fabian Affolter 2023-05-30 23:39:24 +02:00
parent 765e75e521
commit afe1125900

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "msldap";
version = "0.4.7";
version = "0.5.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-WMMqNSRDBwPQ/1ACgtuSvA50j+xNyjnxl7rTbx3uQ1w=";
hash = "sha256-ewE3rECsydNFgfh53X/oB/VyXd54nSpVsxMRZPGuR3I=";
};
propagatedBuildInputs = [