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
commit 0cf5ed5cce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 7 deletions

View File

@ -1,4 +1,4 @@
{ lib, stdenv, buildPythonApplication, fetchPypi, pythonOlder, { lib, stdenv, buildPythonApplication, fetchFromGitHub, pythonOlder,
attrs, aiohttp, appdirs, click, keyring, Logbook, peewee, janus, attrs, aiohttp, appdirs, click, keyring, Logbook, peewee, janus,
prompt_toolkit, matrix-nio, dbus-python, pydbus, notify2, pygobject3, prompt_toolkit, matrix-nio, dbus-python, pydbus, notify2, pygobject3,
@ -9,13 +9,16 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "pantalaimon"; pname = "pantalaimon";
version = "0.4"; version = "0.5.1";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
src = fetchPypi { # pypi tarball miss tests
inherit pname version; src = fetchFromGitHub {
sha256 = "1canj9w72wh1rcw6fivrvaahpxy13gb6gh1k8nss6bgixalvnq9m"; owner = "matrix-org";
repo = pname;
rev = version;
sha256 = "18jihvqlfk8lx97hxcr36zdkp2sffg2l8mkg5lflylwcgwy1dx0y";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [

View File

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