python37Packages.eyeD3: 0.8.7 -> 0.8.8

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 2018-12-15 21:43:39 -08:00
parent e0950ae9ad
commit 4ba0a3d645

View File

@ -14,13 +14,13 @@
}:
buildPythonPackage rec {
version = "0.8.7";
version = "0.8.8";
pname = "eyeD3";
disabled = isPyPy;
src = fetchPypi {
inherit pname version;
sha256 = "1fzqy6hkg73xvpapdjrdzr3r0fsamnplvjfl7dz7rzgzx2r4x4pg";
sha256 = "197lszkyzm377ym5r0ssryfsiz20yjx8y4rii3wc81n92d1qzlaq";
};
# https://github.com/nicfit/eyeD3/pull/284