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:
parent
78007c47b9
commit
38ad109cb9
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "rx";
|
pname = "rx";
|
||||||
version = "1.6.0";
|
version = "1.6.1";
|
||||||
|
|
||||||
# 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 = version;
|
||||||
sha256 = "174xi2j36igxmaqcgl5p64p31a7z19v62xb5czybjw72gpyyfyri";
|
sha256 = "14bca67a26clzcf2abz2yb8g9lfxffjs2l236dp966sp0lfbpsn5";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ nose ];
|
checkInputs = [ nose ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user