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:
parent
4180682027
commit
f322c798e3
|
@ -14,13 +14,13 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.8.9";
|
version = "0.8.10";
|
||||||
pname = "eyeD3";
|
pname = "eyeD3";
|
||||||
disabled = isPyPy;
|
disabled = isPyPy;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "b6bb626566f2949da409d7a871576271e2d6254dfb3d416b21713dabc4b6b00f";
|
sha256 = "1jb22n1jczxgbpcnfiw12r8dcs74556g1d09mzms44f52kgs7lgc";
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://github.com/nicfit/eyeD3/pull/284
|
# https://github.com/nicfit/eyeD3/pull/284
|
||||||
|
|
Loading…
Reference in New Issue