python312Packages.mautrix: 0.20.7 -> 0.20.8 (#413408)

authored by dotlambda and committed by GitHub b66f0c45 b94fbc7c

+2 -2
+2 -2
pkgs/development/python-modules/mautrix/default.nix
··· 25 25 26 26 buildPythonPackage rec { 27 27 pname = "mautrix"; 28 - version = "0.20.7"; 28 + version = "0.20.8"; 29 29 pyproject = true; 30 30 31 31 disabled = pythonOlder "3.10"; ··· 34 34 owner = "mautrix"; 35 35 repo = "python"; 36 36 tag = "v${version}"; 37 - hash = "sha256-tOX/KQrECeEV3/0q3tpO4brUdalmw6IincF6pHzsEE8="; 37 + hash = "sha256-giK8JZ6nzsA8SV6CzDNEbJmbwDju9t6fLJr/oXNjvKs="; 38 38 }; 39 39 40 40 build-system = [ setuptools ];