python3Packages.pymediainfo: 6.1.0 -> 7.0.1

https://github.com/sbraz/pymediainfo/releases/tag/v7.0.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:53 +02:00
parent 99538f4494
commit e51bfec8ee
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pymediainfo";
version = "6.1.0";
version = "7.0.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-GGoLQalFJPCYTQhcprlFx5olRGW3CX8lYNwMBOjR2KU=";
hash = "sha256-DV31nsxhXiTFbzA7j2UVecasyrcmVxXl1CkYbXuiFRQ=";
};
postPatch = ''