Commit 673b4c49 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.ytmusicapi: 1.5.1 -> 1.5.2

parent 4dc52ec8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "ytmusicapi";
  version = "1.5.1";
  version = "1.5.2";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "sigma67";
    repo = "ytmusicapi";
    rev = "refs/tags/${version}";
    hash = "sha256-9HpGmilaV5AhzN90/KLFpJjOZJMKS8SjuSE8cXLcBNA=";
    hash = "sha256-3dJ9Mu1cblBJh3BVEyxdfO+RD8kSxpdvnvox7ljMWT4=";
  };

  nativeBuildInputs = [