python: python-ldap: 3.0.0 -> 3.1.0

This commit is contained in:
Frederik Rietdijk 2018-06-12 18:47:02 +02:00
parent a240ef0c32
commit 850b3e792a

View File

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "python-ldap";
version = "3.0.0";
version = "3.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "86746b912a2cd37a54b06c694f021b0c8556d4caeab75ef50435ada152e2fbe1";
sha256 = "41975e79406502c092732c57ef0c2c2eb318d91e8e765f81f5d4ab6c1db727c5";
};
propagatedBuildInputs = [ pyasn1 pyasn1-modules ];