spotdl: 4.2.6 -> 4.2.7 (#337817)

This commit is contained in:
Nick Cao 2024-08-28 13:12:52 -04:00 committed by GitHub
commit f74b0d9c2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "spotdl";
version = "4.2.6";
version = "4.2.7";
pyproject = true;
src = fetchFromGitHub {
owner = "spotDL";
repo = "spotify-downloader";
rev = "refs/tags/v${version}";
hash = "sha256-OhZXxGkcO/dlYth9xUnpd/IbyvsbjMzwqQ9lPSvnFSs=";
hash = "sha256-AZpTxfnUyOLcPJQJyk77eqw1EbN3s7/8QQMxcxyJVKE=";
};
build-system = with python3.pkgs; [ poetry-core ];