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:
parent
9634b52039
commit
5278695304
@ -5722,15 +5722,15 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
mutagen = buildPythonPackage (rec {
|
mutagen = buildPythonPackage (rec {
|
||||||
name = "mutagen-1.23";
|
name = "mutagen-1.27";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "http://pypi.python.org/packages/source/m/mutagen/${name}.tar.gz";
|
url = "http://pypi.python.org/packages/source/m/mutagen/${name}.tar.gz";
|
||||||
sha256 = "12f70aaf5ggdzll76bhhkn64b27xy9s1acx417dbsaqnnbis8s76";
|
md5 = "6a9bb5cc33214add35348f1bb3448340";
|
||||||
};
|
};
|
||||||
|
|
||||||
# one unicode test fails
|
# Needed for tests only
|
||||||
doCheck = false;
|
buildInputs = [ pkgs.faad2 pkgs.flac pkgs.vorbisTools pkgs.liboggz ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python multimedia tagging library";
|
description = "Python multimedia tagging library";
|
||||||
|
Loading…
Reference in New Issue
Block a user