python37Packages.ldap3: 2.6 -> 2.6.1

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-ldap3/versions
This commit is contained in:
R. RyanTM 2019-09-28 10:52:07 -07:00
parent c455adcc42
commit d76ae93700

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "ldap3";
version = "2.6";
version = "2.6.1";
src = fetchPypi {
inherit pname version;
sha256 = "1f0v82584b7gkzrnnnl4fc88w4i73x7cxqbzy0r0bknm33yfwcq5";
sha256 = "0ag5xqlki6pjk3f50b8ar8vynx2fmkna7rfampv3kdgwg8z6gjr7";
};
propagatedBuildInputs = [ pyasn1 ];