python311Packages.msldap: 0.5.7 -> 0.5.9

Changelog: https://github.com/skelsec/msldap/releases/tag/0.5.9
This commit is contained in:
Fabian Affolter 2023-12-11 11:25:18 +01:00
parent 9146a4aaf6
commit 773d00bcb5

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "msldap";
version = "0.5.7";
version = "0.5.9";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-6gTUPtGQKJSd7HpMRRlw87Iu3I1L2ea2F+QQs1U1jIM=";
hash = "sha256-XzxONiKW4OHrpEftqfIwmIp7KgiCb3s+007JYS68/jM=";
};
propagatedBuildInputs = [