API version 2.3.1

This commit is contained in:
Inex Code 2023-08-23 15:02:08 +03:00
parent 70e09ecd39
commit a5184a3f48
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.3.1";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "36e915907f3c02305f8d54f500f06cdabd5b78c3";
rev = "b6c3607d315d5bd7f4bce06a43d75db5417eabe9";
};
propagatedBuildInputs = [
setuptools