Skip to content

Commit 1b560be

Browse files
matrix-synapse.plugins.matrix-synapse-ldap3: 0.2.2 -> 0.3.0 (#428928)
2 parents 23c58a9 + b2682fe commit 1b560be

File tree

1 file changed

+5
-14
lines changed
  • pkgs/by-name/ma/matrix-synapse-unwrapped/plugins

1 file changed

+5
-14
lines changed

pkgs/by-name/ma/matrix-synapse-unwrapped/plugins/ldap3.nix

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
lib,
33
buildPythonPackage,
4-
fetchpatch,
54
fetchPypi,
65
ldap3,
76
ldaptor,
@@ -14,25 +13,17 @@
1413

1514
buildPythonPackage rec {
1615
pname = "matrix-synapse-ldap3";
17-
version = "0.2.2";
18-
format = "pyproject";
16+
version = "0.3.0";
17+
pyproject = true;
1918

2019
src = fetchPypi {
2120
inherit pname version;
22-
hash = "sha256-s4jZVpNIbu9pra79D9noRGPVL+F7AhSgDvyqZptzy3Q=";
21+
hash = "sha256-i7ZRcXMWTUucxE9J3kEdjOvbLnBdXdHqHzhzPEoAnh0=";
2322
};
2423

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 ];
3425

35-
propagatedBuildInputs = [
26+
dependencies = [
3627
service-identity
3728
ldap3
3829
twisted

0 commit comments

Comments
 (0)