python310Packages.mautrix: 0.19.11 -> 0.19.12

This commit is contained in:
R. Ryantm 2023-04-22 04:14:54 +00:00
parent e025c6f560
commit fe385dd423

View file

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "mautrix";
version = "0.19.11";
version = "0.19.12";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "mautrix";
repo = "python";
rev = "refs/tags/v${version}";
hash = "sha256-FomD7FecY/FGPxnhqENeerGejnpBkjQSlMpZKNhUylI=";
hash = "sha256-XG2uAG5sKGGtnCTQJ2gsAm7jxtvMg+1MXPJLkb+2cPQ=";
};
propagatedBuildInputs = [