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:
commit
713561aed9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue