mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
Merge pull request #47266 from Ma27/fix-ldappool
Revert "python: ldappool: 2.2.0 -> 2.3.0"
This commit is contained in:
commit
6d238c34d2
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user