API version 2.3.0

This commit is contained in:
Inex Code 2023-08-14 05:30:28 +03:00
parent 866bff7c41
commit 70e09ecd39
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.2.0";
version = "2.3.0";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "b01247bc5598eae7206f1cb0db7daa987be52a85";
rev = "36e915907f3c02305f8d54f500f06cdabd5b78c3";
};
propagatedBuildInputs = [
setuptools