python37Packages.ldap: 3.1.0 -> 3.2.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-python-ldap/versions
This commit is contained in:
R. RyanTM 2019-04-02 11:37:15 -07:00
parent 18aa59b0f2
commit 8171f0da4c

View File

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