Merge pull request #265672 from r-ryantm/auto-update/python311Packages.python-vlc

python311Packages.python-vlc: 3.0.18122 -> 3.0.20123
This commit is contained in:
Weijia Wang 2023-12-08 12:33:52 +01:00 committed by GitHub
commit f4a2d786ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "python-vlc";
version = "3.0.18122";
version = "3.0.20123";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-EDm94oeFO0t7Yboi2DdhgyQ094UG2nYt+wYCkb8yiX0=";
hash = "sha256-JE+7njkqAyaEH8qSbW0SoqNsVGmCGR9JPxSPoZ5msdQ=";
};
patches = [