pantalaimon: 0.7.0 -> 0.8.0

https://github.com/matrix-org/pantalaimon/blob/0.8.0/CHANGELOG.md
This commit is contained in:
Symphorien Gibol 2020-10-31 12:00:00 +00:00
parent 67f965d586
commit 7e698fb8fe

View File

@ -10,7 +10,7 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "pantalaimon"; pname = "pantalaimon";
version = "0.7.0"; version = "0.8.0";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonApplication rec {
owner = "matrix-org"; owner = "matrix-org";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0cx8sqajf5lh8w61yy1l6ry67rv1b45xp264zkw3s7ip80i4ylb2"; sha256 = "0n86cdpw85qzlcr1ynvar0f0zbphmdz1jia9r75lmj07iw4r5hk9";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [