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

moodle-dl: 2.3.7 -> 2.3.9
This commit is contained in:
Johannes Jöns 2024-06-10 20:20:02 +02:00 committed by GitHub
commit 8697a5ae1e
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.7";
version = "2.3.9";
src = fetchFromGitHub {
owner = "C0D3D3V";
repo = "Moodle-DL";
rev = "refs/tags/${version}";
hash = "sha256-IBd8cVXxbQ8oR10RXSPmu5cLajn5PuNXomXHOWsXfdM=";
hash = "sha256-GTOeqHWtFsuf5KcklEidjBNJP/9rtMGnQFym3PSp+ss=";
};
propagatedBuildInputs = with python3Packages; [