mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
python: ldappool: 2.3.1 -> 2.4.0
This commit is contained in:
parent
e7fa663de6
commit
66febdeb3c
@ -3,12 +3,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "ldappool-${version}";
|
||||
version = "2.3.1";
|
||||
version = "2.4.0";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "ldappool";
|
||||
inherit version;
|
||||
sha256 = "3ef502e65b396a917dbee9035db5d5a5aae6a94897dac2bc253c8257ca1c31a6";
|
||||
sha256 = "d9c9ec29be3f3e64164be84fe080a3087108836f307a12ec62f7d18988293df3";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pbr ];
|
||||
|
Loading…
Reference in New Issue
Block a user