about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ldap.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/ldap.nix')
-rw-r--r--pkgs/development/python-modules/ldap.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ldap.nix b/pkgs/development/python-modules/ldap.nix
index c67fdcd548f6..635308f37607 100644
--- a/pkgs/development/python-modules/ldap.nix
+++ b/pkgs/development/python-modules/ldap.nix
@@ -3,13 +3,13 @@
 
 buildPythonPackage rec {
   pname = "python-ldap";
-  version = "2.4.41";
+  version = "2.4.45";
   name = "${pname}-${version}";
   disabled = isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "6d430ecf040f2fc704ee316d3390cb1f5419c191371e1e131baef54a0e42cef0";
+    sha256 = "824fde180a53772e23edc031c4dd64ac1af4a3eade78f00d9d510937d562f64e";
   };
 
   buildInputs = [ pytest ];