python38Packages.rx: 3.1.0 -> 3.1.1

https://github.com/ReactiveX/RxPY/releases/tag/v3.1.1
This commit is contained in:
Mario Rodas 2021-02-02 04:20:00 +00:00
parent b1a729198c
commit e5f1de8d4a

View file

@ -2,7 +2,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "rx"; pname = "rx";
version = "3.1.0"; version = "3.1.1";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
# There are no tests on the pypi source # There are no tests on the pypi source
@ -10,7 +10,7 @@ buildPythonPackage rec {
owner = "ReactiveX"; owner = "ReactiveX";
repo = "rxpy"; repo = "rxpy";
rev = "v${version}"; rev = "v${version}";
sha256 = "0rcwa8001il9p7s096b9gc5yld8cyxvrsmwh1gpc9b87j172z6ax"; sha256 = "0p0cs67l40npkvwgn5sb18l1b6df1b9fg6rzlqkwk2aa0v3cpvhf";
}; };
checkInputs = [ nose ]; checkInputs = [ nose ];