mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
pythonPackages.ipaddr: update to 2.1.10
This commit is contained in:
parent
350c96cce9
commit
7be252bd4f
@ -3528,15 +3528,12 @@ rec {
|
||||
|
||||
|
||||
ipaddr = buildPythonPackage {
|
||||
name = "ipaddr-2.1.7";
|
||||
name = "ipaddr-2.1.10";
|
||||
src = fetchurl {
|
||||
url = "http://ipaddr-py.googlecode.com/files/ipaddr-2.1.7.tar.gz";
|
||||
md5 = "71a2be9f1d528d9a945ef555de312685";
|
||||
url = "http://ipaddr-py.googlecode.com/files/ipaddr-2.1.10.tar.gz";
|
||||
sha256 = "18ycwkfk3ypb1yd09wg20r7j7zq2a73d7j6j10qpgra7a7abzhyj";
|
||||
};
|
||||
|
||||
# error: invalid command 'test'
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "Google's IP address manipulation library";
|
||||
homepage = http://code.google.com/p/ipaddr-py/;
|
||||
|
Loading…
Reference in New Issue
Block a user