spotdl: 4.5.0 -> 4.5.2

This commit is contained in:
R. Ryantm
2026-07-22 20:07:54 +00:00
parent a32b02e167
commit 823e04528e
+2 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "spotdl";
version = "4.5.0";
version = "4.5.2";
pyproject = true;
src = fetchFromGitHub {
owner = "spotDL";
repo = "spotify-downloader";
tag = "v${finalAttrs.version}";
hash = "sha256-u5t8t9NJq+h/ujeLObKDCQG4brTqwdjSDslemmhePdc=";
hash = "sha256-qztG9q7hwajyCTVg0iTrPrvL2UYrzAPw7Z+CFOTSi/U=";
};
build-system = with python3Packages; [ hatchling ];