svtplay-dl: 4.19 -> 4.20

This commit is contained in:
Robert Helgesson 2023-04-23 00:34:48 +02:00
parent 664b9f06e7
commit 8ef171d482

View file

@ -15,7 +15,7 @@ let
python pytest nose cryptography pyyaml requests mock requests-mock
python-dateutil setuptools;
version = "4.19";
version = "4.20";
in
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
owner = "spaam";
repo = "svtplay-dl";
rev = version;
hash = "sha256-m6Hhg/Ve/JskwRr4l4x/bwD+XswH+XgHQtou95QSWzI=";
hash = "sha256-nG4ErqQC7GZDLClqcE3cliXxowzCku/SnB39AVIqkNw=";
};
pythonPaths = [ cryptography pyyaml requests ];