API version 2.1.3

22-11
Inex Code 2023-06-14 19:28:08 +03:00
parent a5b2538829
commit 1ac54cdc50
1 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,10 @@ let
}: }:
pythonPkgs.buildPythonApplication rec { pythonPkgs.buildPythonApplication rec {
pname = "selfprivacy-graphql-api"; pname = "selfprivacy-graphql-api";
version = "2.1.2"; version = "2.1.3";
src = builtins.fetchGit { src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git"; url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "7c2e1dcf25763c45601e5df9e45df0820c94944c"; rev = "b3a37e8b1fd50457b4d48b9421d77603437e6f2f";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
setuptools setuptools