python3Packages.m3u8: 4.1.0 -> 5.0.0

https://github.com/globocom/m3u8/releases/tag/5.0.0
This commit is contained in:
Martin Weinelt
2024-06-24 12:15:41 +02:00
parent efff928db3
commit b93ee9632b
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "m3u8";
version = "4.1.0";
version = "5.0.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "globocom";
repo = "m3u8";
rev = "refs/tags/${version}";
hash = "sha256-vH5y/fk9dW8w54U3o+70enbTOubV4V0/NVbSSqOY9rQ=";
hash = "sha256-sI260BR22Ft5y/2lKn1ihu52y6soyk+yzj24TEOKJlA=";
};
build-system = [ setuptools ];