API 2.0.4

This commit is contained in:
Inex Code 2022-09-19 02:43:22 +03:00
parent bef86b0271
commit c59ce2be35
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.3";
version = "2.0.4";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "49571b6ef29776324d39ecfa0b92e04d5b1daf06";
rev = "a7208c1a91d4903162a020faee5ee54fcab11fda";
};
propagatedBuildInputs = [
setuptools