2.4.1 test

This commit is contained in:
Inex Code 2023-09-09 09:53:32 +03:00
parent 58b94398e1
commit 0d5b0e8fa2
1 changed files with 3 additions and 3 deletions

View File

@ -26,11 +26,11 @@ let
}:
pythonPkgs.buildPythonApplication rec {
pname = "selfprivacy-graphql-api";
version = "2.3.1";
version = "2.4.1";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "8e60d11d5b4cf824036795ceee74bce1e80fe004";
ref = "mountchecks-logged";
rev = "8b840d4c2cff45845b01a9b654654eb620f9333f";
ref = "backup-reason-fix";
};
propagatedBuildInputs = [
setuptools