python37Packages.eyeD3: 0.8.9 -> 0.8.10 (#57231)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-eyed3/versions
This commit is contained in:
R. RyanTM 2019-04-07 02:41:08 -07:00 committed by Timo Kaufmann
parent 4180682027
commit f322c798e3

View File

@ -14,13 +14,13 @@
}:
buildPythonPackage rec {
version = "0.8.9";
version = "0.8.10";
pname = "eyeD3";
disabled = isPyPy;
src = fetchPypi {
inherit pname version;
sha256 = "b6bb626566f2949da409d7a871576271e2d6254dfb3d416b21713dabc4b6b00f";
sha256 = "1jb22n1jczxgbpcnfiw12r8dcs74556g1d09mzms44f52kgs7lgc";
};
# https://github.com/nicfit/eyeD3/pull/284