spotdl: 4.4.3 -> 4.4.4
Diff: https://github.com/spotDL/spotify-downloader/compare/v4.4.3...v4.4.4 Changelog: https://github.com/spotDL/spotify-downloader/releases/tag/v4.4.4
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
|
||||
python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pname = "spotdl";
|
||||
version = "4.4.3";
|
||||
version = "4.4.4";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "spotDL";
|
||||
repo = "spotify-downloader";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-opbbcYjsR+xuo2uQ7Ic/2+BfkiwdEe1xD/whRonDBWo=";
|
||||
hash = "sha256-GKkkYA1Z6YsthIKE8Hf/vKRHU7kPCKabOh28i/JSSOc=";
|
||||
};
|
||||
|
||||
build-system = with python3Packages; [ hatchling ];
|
||||
@@ -26,11 +26,14 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
with python3Packages;
|
||||
[
|
||||
beautifulsoup4
|
||||
datastar-py
|
||||
fastapi
|
||||
jinja2
|
||||
mutagen
|
||||
platformdirs
|
||||
pydantic
|
||||
pykakasi
|
||||
python-multipart
|
||||
python-slugify
|
||||
pytube
|
||||
rapidfuzz
|
||||
|
||||
Reference in New Issue
Block a user