Unverified Commit e0d68043 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.ytmusicapi: 1.11.5 -> 1.12.0 (#515505)

parents 30b23220 839392c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "ytmusicapi";
  version = "1.11.5";
  version = "1.12.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "sigma67";
    repo = "ytmusicapi";
    tag = version;
    hash = "sha256-csTe1fxoqc2/sDIq/2aVFvhfdhHpXlCrMkPoxZtScnY=";
    hash = "sha256-hz/kDupzZV2wwuElvUbBtWUFVI0q0bDo1WwzvjXGclo=";
  };

  build-system = [ setuptools-scm ];