Merge pull request #331455 from r-ryantm/auto-update/python312Packages.m3u8

python312Packages.m3u8: 5.1.0 -> 5.2.0
This commit is contained in:
Nick Cao 2024-08-01 17:51:21 -04:00 committed by GitHub
commit b6a9291fd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "m3u8";
version = "5.1.0";
version = "5.2.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "globocom";
repo = "m3u8";
rev = "refs/tags/${version}";
hash = "sha256-dvRs1FoyQz6D/G0mTC2SCUaCWP3UpxQpNw/oiaauaOE=";
hash = "sha256-hqthP0XOpE1Xl7a/IUWAG2GmoWMPYU8EwK6norvxdik=";
};
build-system = [ setuptools ];