python3.pkgs.rx: 1.6.1 -> 3.1.0
This commit is contained in:
parent
bf13145ee5
commit
887a51e642
@ -1,15 +1,16 @@
|
|||||||
{ lib, fetchFromGitHub, buildPythonPackage, nose }:
|
{ lib, fetchFromGitHub, buildPythonPackage, pythonOlder, nose }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "rx";
|
pname = "rx";
|
||||||
version = "1.6.1";
|
version = "3.1.0";
|
||||||
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
# There are no tests on the pypi source
|
# There are no tests on the pypi source
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ReactiveX";
|
owner = "ReactiveX";
|
||||||
repo = "rxpy";
|
repo = "rxpy";
|
||||||
rev = version;
|
rev = "v${version}";
|
||||||
sha256 = "14bca67a26clzcf2abz2yb8g9lfxffjs2l236dp966sp0lfbpsn5";
|
sha256 = "0rcwa8001il9p7s096b9gc5yld8cyxvrsmwh1gpc9b87j172z6ax";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ nose ];
|
checkInputs = [ nose ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user