Merge pull request #193897 from risicle/ris-matrix-nio-0.20.0

python3Packages.matrix-nio: 0.19.0 -> 0.20.0
This commit is contained in:
Guillaume Girol 2022-10-01 14:42:06 +00:00 committed by GitHub
commit a2cf0add92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
buildPythonApplication rec {
pname = "pantalaimon";
version = "0.10.4";
version = "0.10.5";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonApplication rec {
owner = "matrix-org";
repo = pname;
rev = version;
sha256 = "sha256-X6DJHH+ZBPw7iWVMa43HvVFh+LDn6shzOU1A2uiAYL4=";
sha256 = "sha256-yMhE3wKRbFHoL0vdFR8gMkNU7Su4FHbAwKQYADaaWpk=";
};
propagatedBuildInputs = [

View File

@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "matrix-nio";
version = "0.19.0";
version = "0.20.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "poljar";
repo = "matrix-nio";
rev = version;
hash = "sha256-+WZk2m05y/bYj8zSuWTzm+rnCC0L9H9WNQ2RLXv7hDk=";
hash = "sha256-7bYGMbNLAN48kfckCcNtnymvQHm9CSNsgy/soe14SII=";
};
postPatch = ''