moodle-dl: 2.2.2.4 -> 2.3.7

This commit is contained in:
jopejoe1 2024-04-28 10:00:01 +02:00
parent a406a5c66e
commit db51201378

View File

@ -1,22 +1,29 @@
{ lib, python3Packages, fetchPypi }: { lib, python3Packages, fetchFromGitHub }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "moodle-dl"; pname = "moodle-dl";
version = "2.2.2.4"; version = "2.3.7";
src = fetchPypi { src = fetchFromGitHub {
inherit pname version; owner = "C0D3D3V";
hash = "sha256-76JU/uYJH7nVWCR+d8vvjYCCSMfe/8R9l756AmzZPHU="; repo = "Moodle-DL";
rev = "refs/tags/${version}";
hash = "sha256-IBd8cVXxbQ8oR10RXSPmu5cLajn5PuNXomXHOWsXfdM=";
}; };
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [
sentry-sdk aiodns
colorama aiofiles
yt-dlp aiohttp
certifi certifi
colorama
colorlog
html2text html2text
readchar
requests requests
aioxmpp sentry-sdk
xmpppy
yt-dlp
]; ];
# upstream has no tests # upstream has no tests