python3Packages.msldap: 0.3.26 -> 0.3.27

This commit is contained in:
Fabian Affolter 2021-03-06 13:33:00 +01:00
parent f35d716fe1
commit cefbc882dc

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "msldap";
version = "0.3.26";
version = "0.3.27";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-cW1757NImdi5tz98qrspzEdI5Q/26ap2jVxyah44qR8=";
sha256 = "sha256-tAMl1Xkb04Vfh18uS30eKX/IfeXhwER3J1lHXHxHlXY=";
};
propagatedBuildInputs = [