about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-06 13:16:42 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-11 10:51:15 -0800
commit3fe9b97ddfd93bef87c8e9384a583897bc3842a4 (patch)
treeea71123284744ad1bcb33b001370bf6cb351cb0b
parentf572eb6f8676eff79968f71e93a7b7e6d1271337 (diff)
python38Packages.ldap: 3.3.1 -> 3.4.0
-rw-r--r--pkgs/development/python-modules/ldap/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ldap/default.nix b/pkgs/development/python-modules/ldap/default.nix
index 1b1aea2ab114b..f9acc0a7674be 100644
--- a/pkgs/development/python-modules/ldap/default.nix
+++ b/pkgs/development/python-modules/ldap/default.nix
@@ -5,11 +5,11 @@
 
 buildPythonPackage rec {
   pname = "python-ldap";
-  version = "3.3.1";
+  version = "3.4.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "198as30xy6p760niqps2zdvq2xcmr765h06pmda8fa9y077wl4a7";
+    sha256 = "60464c8fc25e71e0fd40449a24eae482dcd0fb7fcf823e7de627a6525b3e0d12";
   };
 
   propagatedBuildInputs = [ pyasn1 pyasn1-modules ];