Revert "API version 2.3.1"

This reverts commit a5184a3f48.
22-11-backups
Inex Code 2023-08-23 15:26:02 +03:00
parent a5184a3f48
commit 6b603846da
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.1";
version = "2.3.0";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "b6c3607d315d5bd7f4bce06a43d75db5417eabe9";
rev = "36e915907f3c02305f8d54f500f06cdabd5b78c3";
};
propagatedBuildInputs = [
setuptools