toolz: 0.8.0 -> 0.8.2
This commit is contained in:
parent
96f08f809a
commit
62e95a4235
|
@ -25657,16 +25657,18 @@ in {
|
||||||
|
|
||||||
toolz = buildPythonPackage rec{
|
toolz = buildPythonPackage rec{
|
||||||
name = "toolz-${version}";
|
name = "toolz-${version}";
|
||||||
version = "0.8.0";
|
version = "0.8.2";
|
||||||
|
|
||||||
src = pkgs.fetchurl{
|
src = pkgs.fetchurl{
|
||||||
url = "mirror://pypi/t/toolz/toolz-${version}.tar.gz";
|
url = "mirror://pypi/t/toolz/toolz-${version}.tar.gz";
|
||||||
sha256 = "e8451af61face57b7c5d09e71c0d27b8005f001ead56e9fdf470417e5cc6d479";
|
sha256 = "0l3czks4xy37i8099waxk2fdz5g0k1dwys2mkhlxc0b0886cj4sa";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with self; [ nose ];
|
buildInputs = with self; [ nose ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
# https://github.com/pytoolz/toolz/issues/357
|
||||||
|
rm toolz/tests/test_serialization.py
|
||||||
nosetests toolz/tests
|
nosetests toolz/tests
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue