API 2.0.3

This commit is contained in:
Inex Code 2022-09-19 02:33:01 +03:00
parent 0e553f8211
commit bef86b0271
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@ let
}:
pythonPkgs.buildPythonApplication rec {
pname = "selfprivacy-graphql-api";
version = "2.0.2";
version = "2.0.3";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "94891803635f91db1818eebc4208b86853edb28e";
rev = "49571b6ef29776324d39ecfa0b92e04d5b1daf06";
};
propagatedBuildInputs = [
setuptools