Merge pull request #52309 from r-ryantm/auto-update/python3.7-eyeD3

python37Packages.eyeD3: 0.8.7 -> 0.8.8
This commit is contained in:
Maximilian Bosch 2018-12-16 22:34:37 +01:00 committed by GitHub
commit 713561aed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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