Unverified Commit 3fe593b3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #258884 from dotlambda/ytmusicapi-1.3.0

python310Packages.ytmusicapi: 1.2.1 -> 1.3.0
parents f04ec6ac 3bd81365
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "ytmusicapi";
  version = "1.2.1";
  version = "1.3.0";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "sigma67";
    repo = "ytmusicapi";
    rev = "refs/tags/${version}";
    hash = "sha256-YgV3kCvCOLNXb3cWBVXRuzH4guuvPpXVojOnSnrXj20=";
    hash = "sha256-dJckAQ0sWdP7I10khcyKGKsIcDTXQxZtP7B8JHlIZEo=";
  };

  nativeBuildInputs = [
+1 −12
Original line number Diff line number Diff line
@@ -6,18 +6,7 @@
}:

let
  python = python3.override {
    packageOverrides = self: super: {
      ytmusicapi = super.ytmusicapi.overridePythonAttrs (old: rec {
        version = "0.25.1";
        src = fetchPypi {
          inherit (old) pname;
          inherit version;
          hash = "sha256-uc/fgDetSYaCRzff0SzfbRhs3TaKrfE2h6roWkkj8yQ=";
        };
      });
    };
  };
  python = python3;
in python.pkgs.buildPythonApplication rec {
  pname = "spotdl";
  version = "4.2.1";