API version 2.4.0

This commit is contained in:
Inex Code 2023-09-09 03:53:15 +03:00
parent 6b603846da
commit febe29ff8b
1 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,10 @@ let
}:
pythonPkgs.buildPythonApplication rec {
pname = "selfprivacy-graphql-api";
version = "2.3.0";
version = "2.4.0";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "36e915907f3c02305f8d54f500f06cdabd5b78c3";
rev = "6b106cbcf3694161214f69491b8ce017ce057214";
};
propagatedBuildInputs = [
setuptools