pydub: 0.16.7

This commit is contained in:
Mariusz `shd` Gliwiński 2017-01-24 21:30:20 +01:00
parent 5ad696b067
commit fa8f6f652c

View File

@ -4968,6 +4968,23 @@ in {
};
};
pydub = buildPythonPackage rec {
name = "${pname}-${version}";
pname = "pydub";
version = "0.16.7";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/05/e0/8d2496c8ef1d7f2c8ff625be3849f550da42809b862879a8fb137c6baa11/${name}.tar.gz";
sha256 = "10rmbvsld5fni9wsvb7la8lblrglsnzd2l1159rcxqf6b8k441dx";
};
meta = {
description = "Manipulate audio with a simple and easy high level interface.";
homepage = "http://pydub.com/";
license = licenses.mit;
platforms = platforms.all;
};
};
pyjade = buildPythonPackage rec {
name = "${pname}-${version}";
pname = "pyjade";