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
+2 -2
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; [