Skip to content

Commit 97741cb

Browse files
committed
python3.pkgs.mautrix: 0.20.8 -> 0.21.0
1 parent a6bcd63 commit 97741cb

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

pkgs/development/python-modules/mautrix/default.nix

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@
1919
aiosqlite,
2020
asyncpg,
2121
ruamel-yaml,
22-
fetchpatch,
2322

2423
withOlm ? false,
2524
}:
2625

2726
buildPythonPackage rec {
2827
pname = "mautrix";
29-
version = "0.20.8";
28+
version = "0.21.0";
3029
pyproject = true;
3130

3231
disabled = pythonOlder "3.10";
@@ -35,16 +34,9 @@ buildPythonPackage rec {
3534
owner = "mautrix";
3635
repo = "python";
3736
tag = "v${version}";
38-
hash = "sha256-giK8JZ6nzsA8SV6CzDNEbJmbwDju9t6fLJr/oXNjvKs=";
37+
hash = "sha256-4nEjKIWzXd0e/cLL4py9SS+/YIcGHq2f+cCTEY2ENmE=";
3938
};
4039

41-
patches = [
42-
(fetchpatch {
43-
url = "https://github.com/mautrix/python/commit/0349445bd6992ac8f294582e85c3f61ce5c863b3.patch";
44-
hash = "sha256-JYuFuzdwnyOdnxWg094uVKcaGza6I6hNUXUp75msRTI=";
45-
})
46-
];
47-
4840
build-system = [ setuptools ];
4941

5042
dependencies = [

0 commit comments

Comments
 (0)