File tree Expand file tree Collapse file tree 1 file changed +5
-14
lines changed
pkgs/by-name/ma/matrix-synapse-unwrapped/plugins Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
lib ,
3
3
buildPythonPackage ,
4
- fetchpatch ,
5
4
fetchPypi ,
6
5
ldap3 ,
7
6
ldaptor ,
14
13
15
14
buildPythonPackage rec {
16
15
pname = "matrix-synapse-ldap3" ;
17
- version = "0.2.2 " ;
18
- format = "pyproject" ;
16
+ version = "0.3.0 " ;
17
+ pyproject = true ;
19
18
20
19
src = fetchPypi {
21
20
inherit pname version ;
22
- hash = "sha256-s4jZVpNIbu9pra79D9noRGPVL+F7AhSgDvyqZptzy3Q =" ;
21
+ hash = "sha256-i7ZRcXMWTUucxE9J3kEdjOvbLnBdXdHqHzhzPEoAnh0 =" ;
23
22
} ;
24
23
25
- patches = [
26
- # add support to read bind_password from file
27
- ( fetchpatch {
28
- url = "https://github.com/matrix-org/matrix-synapse-ldap3/commit/c65e8cbd27a5cd935ce12e7c4b92143cdf795c86.patch" ;
29
- sha256 = "sha256-0g150TW631cuupSRECXL9A261nj45HclDkHBUbKT7jE=" ;
30
- } )
31
- ] ;
32
-
33
- nativeBuildInputs = [ setuptools ] ;
24
+ build-system = [ setuptools ] ;
34
25
35
- propagatedBuildInputs = [
26
+ dependencies = [
36
27
service-identity
37
28
ldap3
38
29
twisted
You can’t perform that action at this time.
0 commit comments