Skip to content

Commit 8b6f7b6

Browse files
leenaarsFRidh
authored andcommittedJun 7, 2017
pythonPackages.ipaddress: 1.0.16 -> 1.0.18
1 parent 3b83c23 commit 8b6f7b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/top-level/python-packages.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -12461,11 +12461,11 @@ in {
1246112461
};
1246212462

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

1246612466
src = pkgs.fetchurl {
1246712467
url = "mirror://pypi/i/ipaddress/${name}.tar.gz";
12468-
sha256 = "1c3imabdrw8nfksgjjflzg7h4ynjckqacb188rf541m74arq4cas";
12468+
sha256 = "1q8klj9d84cmxgz66073x1j35cplr3r77vx1znhxiwl5w74391ax";
1246912469
};
1247012470

1247112471
checkPhase = ''

0 commit comments

Comments
 (0)