1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #106894 from r-ryantm/auto-update/python3.7-mautrix

python37Packages.mautrix: 0.8.3 -> 0.8.5
This commit is contained in:
Mario Rodas 2020-12-14 08:04:03 -05:00 committed by GitHub
commit 44e574d239
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "mautrix";
version = "0.8.3";
version = "0.8.5";
src = fetchPypi {
inherit pname version;
sha256 = "0bnflaz0nkjvps3b87ig02d3pymnrgrwcd0p0s6qyzx9s08lcz5x";
sha256 = "564ffe240fd9a29978959c7d7827610cf4d8ff02ed612c3fd8067e2fba2cba59";
};
propagatedBuildInputs = [