scdl: 3.0.1 -> 3.0.4

Diff: https://github.com/scdl-org/scdl/compare/v3.0.1...v3.0.4
This commit is contained in:
Coca
2026-02-27 00:48:45 +00:00
parent 79c9dc3b13
commit 79dbc73302
+3 -2
View File
@@ -7,17 +7,18 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "scdl";
version = "3.0.1";
version = "3.0.4";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-cbNXSMH4UpRyG7U5Csu3ITtS7vp3xM/yVdyYReLcHIU=";
hash = "sha256-r7cvsoKTWE0W/pbjmbaGqra9+qb1MDxf2B5C/rdrCdU=";
};
build-system = [ python3Packages.setuptools ];
dependencies = with python3Packages; [
curl-cffi
docopt-ng
mutagen
soundcloud-v2