python3Packages.eyed3: 0.9.8 -> 0.9.9 (#462426)

This commit is contained in:
dotlambda
2025-12-06 20:58:41 +00:00
committed by GitHub
@@ -9,7 +9,7 @@
}:
buildPythonPackage rec {
version = "0.9.8";
version = "0.9.9";
pname = "eyed3";
pyproject = true;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "nicfit";
repo = "eyeD3";
tag = "v${version}";
hash = "sha256-erjTgHjtrUMBj09/s3sZzct6Tg979a16a4fVGnwT0qk=";
hash = "sha256-Brtxi0B52kvSU12va5X+KNtNV9cyK2TUefyZYZI87JQ=";
};
build-system = [ setuptools ];