mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
Merge pull request #328504 from Coca162/scdl-2.11.1
scdl: 2.7.12 -> 2.11.2
This commit is contained in:
commit
a75ae8c786
@ -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; [ ];
|
||||
|
Loading…
Reference in New Issue
Block a user