Merge pull request #324972 from r-ryantm/auto-update/moodle-dl

moodle-dl: 2.3.9 -> 2.3.11
This commit is contained in:
Weijia Wang 2024-07-15 16:27:49 +02:00 committed by GitHub
commit 4f7221b0e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "moodle-dl";
version = "2.3.9";
version = "2.3.11";
src = fetchFromGitHub {
owner = "C0D3D3V";
repo = "Moodle-DL";
rev = "refs/tags/${version}";
hash = "sha256-GTOeqHWtFsuf5KcklEidjBNJP/9rtMGnQFym3PSp+ss=";
hash = "sha256-Rts7J4MdMo1TqUOYF1MDjwCIP66gHzxw/szIYcKZYrg=";
};
propagatedBuildInputs = with python3Packages; [