lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.mautrix: 0.10.11 -> 0.11.3

ChangeLogs:
* https://github.com/mautrix/python/releases/tag/v0.11.0
* https://github.com/mautrix/python/releases/tag/v0.11.1
* https://github.com/mautrix/python/releases/tag/v0.11.2
* https://github.com/mautrix/python/releases/tag/v0.11.3

+2 -2
+2 -2
pkgs/development/python-modules/mautrix/default.nix
··· 4 4 5 5 buildPythonPackage rec { 6 6 pname = "mautrix"; 7 - version = "0.10.11"; 7 + version = "0.11.3"; 8 8 9 9 src = fetchPypi { 10 10 inherit pname version; 11 - sha256 = "b3905fbd1381031b4c54258fdef9e99dd342c3a211abe0b827b2c480db4b1771"; 11 + sha256 = "sha256-eZ8fWemS808Hz6KoQWfMsk5WfaO+vj0kTyInhtE20Qk="; 12 12 }; 13 13 14 14 propagatedBuildInputs = [