python312Packages.m3u8: 4.0.0 -> 4.1.0

This commit is contained in:
R. Ryantm
2024-04-02 03:32:15 +00:00
parent ebde306504
commit 75a6351055
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "m3u8";
version = "4.0.0";
version = "4.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "globocom";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-sxLT3a9f38RZqzEzqyZos3G38vzHPzhMexfBN2qzbxQ=";
hash = "sha256-vH5y/fk9dW8w54U3o+70enbTOubV4V0/NVbSSqOY9rQ=";
};
propagatedBuildInputs = [