svtplay-dl: 4.109 -> 4.113

This commit is contained in:
Lennart Kolmodin 2025-06-06 14:29:09 +02:00 committed by Robert Helgesson
parent 73557c22ec
commit 32919c5e8f

View file

@ -21,7 +21,7 @@ let
requests-mock
;
version = "4.109";
version = "4.113";
in
@ -34,7 +34,7 @@ buildPythonApplication {
owner = "spaam";
repo = "svtplay-dl";
rev = version;
hash = "sha256-ApoAcYaqPIurgDM+ctyyx9+OyUmhJ+1fjdGj0ln6v7w=";
hash = "sha256-Yiw76PDnOpK4HAnO9VqmvmqdT4PdxAgu1MwbZ15pEyM=";
};
build-system = [ setuptools ];