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

python3Packages.ytmusicapi: 1.11.1 -> 1.11.2 (#465139)

parents 19ed3b9d d26c379d
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.1";
  version = "1.11.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "sigma67";
    repo = "ytmusicapi";
    tag = version;
    hash = "sha256-ZgzrXVBvITAW01hgFfFw13BcEVLxxhOzgrJSs+Bn3wg=";
    hash = "sha256-Q7+vc8wc4imHBHImAvxQZHkk3dT4HM3BifDivNjCMtU=";
  };

  build-system = [ setuptools-scm ];