python38Packages.ldap: 3.3.1 -> 3.4.0

authored by R. Ryantm and committed by Jonathan Ringer 3fe9b97d f572eb6f

+2 -2
+2 -2
pkgs/development/python-modules/ldap/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "python-ldap"; 8 - version = "3.3.1"; 8 + version = "3.4.0"; 9 9 10 10 src = fetchPypi { 11 11 inherit pname version; 12 - sha256 = "198as30xy6p760niqps2zdvq2xcmr765h06pmda8fa9y077wl4a7"; 12 + sha256 = "60464c8fc25e71e0fd40449a24eae482dcd0fb7fcf823e7de627a6525b3e0d12"; 13 13 }; 14 14 15 15 propagatedBuildInputs = [ pyasn1 pyasn1-modules ];