API version 2.4.2

This commit is contained in:
Inex Code 2023-10-09 12:51:11 +03:00
parent 61cc26d67c
commit 5509bf1c84
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.4.0";
version = "2.4.2";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "86f9451b9b20d6b3db6789323821b1638d3fab4b";
rev = "07aaa21602e9afb0088b06ba17f973b30d49cb5d";
};
propagatedBuildInputs = [
setuptools