Merge pull request #258884 from dotlambda/ytmusicapi-1.3.0

python310Packages.ytmusicapi: 1.2.1 -> 1.3.0
This commit is contained in:
Nick Cao 2023-10-04 10:07:05 -04:00 committed by GitHub
commit 3fe593b326
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 14 deletions

View file

@ -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 = [

View file

@ -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";