Unverified Commit cbfd02f7 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python312Packages.m3u8: 5.2.0 -> 6.0.0
parents e64441f6 ac264ec2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "m3u8";
  version = "5.2.0";
  version = "6.0.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "globocom";
    repo = "m3u8";
    rev = "refs/tags/${version}";
    hash = "sha256-hqthP0XOpE1Xl7a/IUWAG2GmoWMPYU8EwK6norvxdik=";
    hash = "sha256-1SOuKKNBg67Yc0a6Iqb1goTE7sraptzpFIB2lvrbMQg=";
  };

  build-system = [ setuptools ];