Skip to content

Commit

Permalink
pythonPackages.ipaddress: 1.0.16 -> 1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
leenaars authored and FRidh committed Jun 7, 2017
1 parent 3b83c23 commit 8b6f7b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12461,11 +12461,11 @@ in {
};

ipaddress = if (pythonAtLeast "3.3") then null else buildPythonPackage rec {
name = "ipaddress-1.0.16";
name = "ipaddress-1.0.18";

src = pkgs.fetchurl {
url = "mirror://pypi/i/ipaddress/${name}.tar.gz";
sha256 = "1c3imabdrw8nfksgjjflzg7h4ynjckqacb188rf541m74arq4cas";
sha256 = "1q8klj9d84cmxgz66073x1j35cplr3r77vx1znhxiwl5w74391ax";
};

checkPhase = ''
Expand Down

0 comments on commit 8b6f7b6

Please sign in to comment.