mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python.pkgs.ldap: 2.4.38 -> 2.4.39
This commit is contained in:
parent
2050213c54
commit
e2c3d711d3
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-ldap";
|
||||
version = "2.4.38";
|
||||
version = "2.4.39";
|
||||
name = "${pname}-${version}";
|
||||
disabled = isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "88bab69e519dd8bd83becbe36bd141c174b0fe309e84936cf1bae685b31be779";
|
||||
sha256 = "3fb75108d27e8091de80dffa2ba3bf45c7a3bdc357e2959006aed52fa58bb2f3";
|
||||
};
|
||||
|
||||
# Needed by tests to setup a mockup ldap server.
|
||||
|
|
Loading…
Reference in a new issue