python/mutagen: Update to upstream version 1.27.

Also now comes with a few more build dependencies in order to run tests,
which for this version now succeed.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2014-12-30 22:31:16 +01:00 committed by Peter Simons
parent 13261b9e38
commit e2166c3a1e

View file

@ -5722,15 +5722,15 @@ let
};
mutagen = buildPythonPackage (rec {
name = "mutagen-1.23";
name = "mutagen-1.27";
src = pkgs.fetchurl {
url = "http://pypi.python.org/packages/source/m/mutagen/${name}.tar.gz";
sha256 = "12f70aaf5ggdzll76bhhkn64b27xy9s1acx417dbsaqnnbis8s76";
md5 = "6a9bb5cc33214add35348f1bb3448340";
};
# one unicode test fails
doCheck = false;
# Needed for tests only
buildInputs = [ pkgs.faad2 pkgs.flac pkgs.vorbisTools pkgs.liboggz ];
meta = {
description = "Python multimedia tagging library";