python311Packages.python-vlc: 3.0.18122 -> 3.0.20123

This commit is contained in:
R. Ryantm 2023-11-05 15:21:27 +00:00
parent b4c0c733b3
commit effd00b7bc

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 = [