File tree Expand file tree Collapse file tree
pkgs/development/python-modules/mautrix Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 aiosqlite ,
2020 asyncpg ,
2121 ruamel-yaml ,
22- fetchpatch ,
2322
2423 withOlm ? false ,
2524} :
2625
2726buildPythonPackage 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 = [
You can’t perform that action at this time.
0 commit comments