Merge pull request #81559 from symphorien/pantalaimon

pantalaimon: 0.4 -> 0.5.1
This commit is contained in:
Léo Gaspard
2020-03-12 22:36:35 +01:00
committed by GitHub
2 changed files with 10 additions and 7 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 = [