Unverified Commit d924b019 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #309782 from r-ryantm/auto-update/python311Packages.ytmusicapi

python311Packages.ytmusicapi: 1.7.1 -> 1.7.2
parents 7780e516 85417abb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "ytmusicapi";
  version = "1.7.1";
  version = "1.7.2";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "sigma67";
    repo = "ytmusicapi";
    rev = "refs/tags/${version}";
    hash = "sha256-HMWb9NScT4rRMFsUXw6TW/T0P1eH0a46OegUZ0JceiE=";
    hash = "sha256-mFjNtZdLpS1jfqF/KZ1p8H0pWUGsIdFDxhc4dZnv6HM=";
  };

  build-system = [