speedtest_cli: update from 0.2.5 to 0.2.7

This commit is contained in:
Rob Vermaas 2014-05-22 12:55:15 +02:00
parent 1cb2f20511
commit c32e17b319

View File

@ -2,11 +2,11 @@
pythonPackages.buildPythonPackage rec {
name = "speedtest-cli-${version}";
version = "0.2.5";
version = "0.2.7";
src = fetchurl {
url = "https://pypi.python.org/packages/source/s/speedtest-cli/speedtest-cli-${version}.tar.gz";
sha256 = "0a19kyn6064jbxda4yq1rfrlqlh8ha40fgwkj4rckdzk9bnxkhdn";
sha256 = "00r3mjr8852glwryfj9f86pikqg1v0f0xivy25cj86n526wdpy95";
};
meta = with stdenv.lib; {