pkg-pferd: 3.5.1 -> 3.5.2

This change is necessary for PFERD to work with ILIAS v8.
This commit is contained in:
Péter Bohner (xzvf)
2024-04-15 08:39:40 +02:00
parent 9831d39ef6
commit e5f757e73a
+2 -2
View File
@@ -5,14 +5,14 @@
python3Packages.buildPythonApplication rec {
pname = "pferd";
version = "3.5.1";
version = "3.5.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "Garmelon";
repo = "PFERD";
rev = "refs/tags/v${version}";
sha256 = "sha256-NNQ7yB0JPVDSWMNxkpvEK/meLa3Db78qxUDDTJa6YgM=";
sha256 = "sha256-qN4GtQhiQpXZIagtphcn+oSYXroA9kk7E34IKoKMu7c=";
};
nativeBuildInputs = with python3Packages; [