python3Packages.matrix-nio: 0.7.1 -> 0.8.0

This commit is contained in:
Symphorien Gibol
2020-03-02 12:00:00 +00:00
parent 42f0be81ae
commit 39c1774d9f
2 changed files with 4 additions and 4 deletions

View File

@@ -20,13 +20,13 @@
buildPythonPackage rec {
pname = "nio";
version = "0.7.1";
version = "0.8.0";
src = fetchFromGitHub {
owner = "poljar";
repo = "matrix-nio";
rev = version;
sha256 = "05cggfhsfa0irvzc7x3fndv6n0zszxxhmlv89r5rkrl5wvrhbb2h";
sha256 = "151c59a913y6kx99g7g3mhpgbgavwic1mh21nfrr9x0rm98ilay9";
};
nativeBuildInputs = [