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

python3Packages.mautrix: 0.4.1 -> 0.4.2

https://pypi.org/project/mautrix/0.4.2/
This commit is contained in:
Maximilian Bosch 2020-02-15 17:02:06 +01:00
parent ec3b662ef1
commit ade5a50b0f
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "mautrix";
version = "0.4.1";
version = "0.4.2";
src = fetchPypi {
inherit pname version;
sha256 = "0mfxfc1y317h90h1jx7amsk09jwzxbvfc75qxzl9nf8ah432yfpr";
sha256 = "0f8pzi7ip82p7hn6d9xrgp5wsl4s3w6gmjsgb8gjy2606f7czqyg";
};
propagatedBuildInputs = [