Merge pull request #266616 from r-ryantm/auto-update/python311Packages.pymediainfo

python311Packages.pymediainfo: 6.0.1 -> 6.1.0
This commit is contained in:
Fabian Affolter 2023-11-10 10:06:03 +01:00 committed by GitHub
commit 2e5fdef092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pymediainfo";
version = "6.0.1";
version = "6.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-luBLrA38tya+1wwxSxIZEhxLk0TGapj0Js4n1/mr/7A=";
hash = "sha256-GGoLQalFJPCYTQhcprlFx5olRGW3CX8lYNwMBOjR2KU=";
};
postPatch = ''