Unverified Commit 57cf30d5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.pytubefix: 8.12.2 -> 8.12.3 (#396659)

parents 3816cc10 37d01069
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "pytubefix";
  version = "8.12.2";
  version = "8.12.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "JuanBindez";
    repo = "pytubefix";
    tag = "v${version}";
    hash = "sha256-1m7d1eLnoIDrja83sGKBh/u8ryZuw6lb1FEO+XNc03M=";
    hash = "sha256-DhzeEYdI/hrx6Stq77aOBJsl5AEtZO4ssbthmW4u/sE=";
  };

  build-system = [ setuptools ];