Merge pull request #47266 from Ma27/fix-ldappool

Revert "python: ldappool: 2.2.0 -> 2.3.0"
This commit is contained in:
Jörg Thalheim 2018-09-24 13:17:09 +01:00 committed by GitHub
commit 6d238c34d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,12 +3,12 @@
buildPythonPackage rec {
name = "ldappool-${version}";
version = "2.3.0";
version = "2.2.0";
src = fetchPypi {
pname = "ldappool";
inherit version;
sha256 = "899d38e891372981166350c813ff5ce2ad8ac383311edccda8102362c1d60952";
sha256 = "1akmzf51cjfvmd0nvvm562z1w9vq45zsx6fa72kraqgsgxhnrhqz";
};
nativeBuildInputs = [ pbr ];