API 2.0.7

This commit is contained in:
Inex Code 2022-09-19 03:50:59 +03:00
parent 57ba561738
commit 2b4b015406
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.6";
version = "2.0.7";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "6bbceca9175a27359db32da2ae0a4ef1e3524e52";
rev = "582e38452d22ff85e4a1a6902b0519a91ed85c95";
};
propagatedBuildInputs = [
setuptools