scdl: 2.7.7 -> 2.7.9

This commit is contained in:
natsukium 2024-05-26 15:16:24 +09:00
parent b67d271a8d
commit 9d19167e4e
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -2,15 +2,17 @@
python3Packages.buildPythonApplication rec {
pname = "scdl";
version = "2.7.7";
format = "setuptools";
version = "2.7.9";
pyproject = true;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-/QQb8xbi0rv5dU3WFr/hm2BuM/iDZ2OhrGjuqsQMqdk=";
hash = "sha256-/TRRVZc0b7WRjNNe24KdCFyKuaic3I3B5Tnb8ZnMS1o=";
};
propagatedBuildInputs = with python3Packages; [
build-system = [ python3Packages.setuptools ];
dependencies = with python3Packages; [
docopt
mutagen
termcolor