mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
python37Packages.eyeD3: 0.9.5 -> 0.9.6
This commit is contained in:
parent
3c3901b242
commit
19a6bd344c
|
@ -12,13 +12,13 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.9.5";
|
version = "0.9.6";
|
||||||
pname = "eyeD3";
|
pname = "eyeD3";
|
||||||
disabled = isPyPy;
|
disabled = isPyPy;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "faf5806197f2093e82c2830d41f2378f07b3a9da07a16fafb14fc6fbdebac50a";
|
sha256 = "4b5064ec0fb3999294cca0020d4a27ffe4f29149e8292fdf7b2de9b9cabb7518";
|
||||||
};
|
};
|
||||||
|
|
||||||
# requires special test data:
|
# requires special test data:
|
||||||
|
|
Loading…
Reference in a new issue