chore: API 2.1.2

redis
Inex Code 2023-03-17 16:39:05 +03:00
parent 746e8ad4ec
commit 98c3d0ebc0
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.1.1";
version = "2.1.2";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "1035f9215d72800a71b4918b71fb4eb633432f5f";
rev = "5ada12d2f3a3c42e45af62dcb5188ac46ca9f6ba";
};
propagatedBuildInputs = [
setuptools