moodle-dl: 2.3.12 -> 2.3.13

This commit is contained in:
R. Ryantm
2024-12-07 13:17:20 +00:00
parent 6627bae6a1
commit 96f44d4fe6
+2 -2
View File
@@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "moodle-dl";
version = "2.3.12";
version = "2.3.13";
src = fetchFromGitHub {
owner = "C0D3D3V";
repo = "Moodle-DL";
rev = "refs/tags/${version}";
hash = "sha256-gf8s0+WhPQwLhS4eg3wzcDPvmhrNEgDx5yiBadpf4kI=";
hash = "sha256-6arwc72gu7XyT6HokSEs2TkvE2FG7mIvy4F+/i/0eJg=";
};
propagatedBuildInputs = with python3Packages; [