scdl: 2.7.12 -> 2.11.2

Signed-off-by: Coca <coca16622@gmail.com>
This commit is contained in:
Coca 2024-07-19 21:55:47 +03:00
parent a0691657e9
commit 6063739336
No known key found for this signature in database
GPG Key ID: 03282DF88179AB19

View File

@ -2,24 +2,25 @@
python3Packages.buildPythonApplication rec {
pname = "scdl";
version = "2.7.12";
version = "2.11.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-XZGFsLnQaYaDUUN4on4JegK8I4UFEGzyvAZWbXU25Ec=";
hash = "sha256-5fko7WV1r0uP7//29tcmhO4Heu8QBNdhHv4afUs6W7E=";
};
build-system = [ python3Packages.setuptools ];
dependencies = with python3Packages; [
docopt
docopt-ng
mutagen
termcolor
requests
clint
tqdm
pathvalidate
soundcloud-v2
filelock
];
# No tests in repository
@ -28,7 +29,7 @@ python3Packages.buildPythonApplication rec {
pythonImportsCheck = [ "scdl" ];
meta = with lib; {
description = "Download Music from Souncloud";
description = "Download Music from Soundcloud";
homepage = "https://github.com/flyingrub/scdl";
license = licenses.gpl2Only;
maintainers = with maintainers; [ ];