Skip to content

Commit

Permalink
Merge pull request #20067 from teh/updates-1
Browse files Browse the repository at this point in the history
Updates 1
  • Loading branch information
domenkozar committed Nov 1, 2016
2 parents fac1168 + a1b8079 commit d6247cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17692,18 +17692,19 @@ in {

partd = buildPythonPackage rec {
name = "partd-${version}";
version = "0.3.3";
version = "0.3.6";

src = pkgs.fetchurl {
url = "mirror://pypi/p/partd/${name}.tar.gz";
sha256 = "0fgrkfhgpm0hf5gs6wvgv7p9ls2kvgk0mc5hkmjw5slfbkn3fz8v";
sha256 = "1wl8kifdljnpbz0ls7mbbc9j23fc5xzm639im7h88spyg02w68hm";
};

buildInputs = with self; [ pytest ];

propagatedBuildInputs = with self; [ locket numpy pandas pyzmq toolz ];

checkPhase = ''
rm partd/tests/test_zmq.py # requires network & fails
py.test
'';

Expand Down

0 comments on commit d6247cf

Please sign in to comment.