3
0
Fork 0
forked from mirrors/nixpkgs

python36Packages.rx: 1.6.0 -> 1.6.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-rx/versions
This commit is contained in:
R. RyanTM 2018-10-24 00:12:50 -07:00 committed by Frederik Rietdijk
parent 78007c47b9
commit 38ad109cb9

View file

@ -2,14 +2,14 @@
buildPythonPackage rec {
pname = "rx";
version = "1.6.0";
version = "1.6.1";
# There are no tests on the pypi source
src = fetchFromGitHub {
owner = "ReactiveX";
repo = "rxpy";
rev = version;
sha256 = "174xi2j36igxmaqcgl5p64p31a7z19v62xb5czybjw72gpyyfyri";
sha256 = "14bca67a26clzcf2abz2yb8g9lfxffjs2l236dp966sp0lfbpsn5";
};
checkInputs = [ nose ];