python310Packages.python-vlc: 3.0.18121 -> 3.0.18122

This commit is contained in:
R. Ryantm 2023-04-27 22:03:02 +00:00
parent fdfd8fab26
commit b1b7370ffc

View File

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