scdl: 2.12.4 -> 3.0.1
Diff: https://github.com/scdl-org/scdl/compare/v2.12.4...v3.0.1 Following dependencies from [pyproject.toml](https://github.com/scdl-org/scdl/compare/v2.12.4...v3.0.1#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711)
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
|
||||
python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pname = "scdl";
|
||||
version = "2.12.4";
|
||||
version = "3.0.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit (finalAttrs) pname version;
|
||||
hash = "sha256-5+3ok7UcJEdUW45bdPGkkvk+k/NYIpEi0URNuQ6e0vk=";
|
||||
hash = "sha256-cbNXSMH4UpRyG7U5Csu3ITtS7vp3xM/yVdyYReLcHIU=";
|
||||
};
|
||||
|
||||
build-system = [ python3Packages.setuptools ];
|
||||
@@ -20,12 +20,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
dependencies = with python3Packages; [
|
||||
docopt-ng
|
||||
mutagen
|
||||
termcolor
|
||||
requests
|
||||
tqdm
|
||||
pathvalidate
|
||||
soundcloud-v2
|
||||
filelock
|
||||
yt-dlp
|
||||
];
|
||||
|
||||
# Ensure ffmpeg is available in $PATH:
|
||||
|
||||
Reference in New Issue
Block a user