API Version 2.4.3

This commit is contained in:
Inex Code 2023-12-25 10:44:01 +03:00
parent 5509bf1c84
commit 11135b5d28
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.2";
version = "2.4.3";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "07aaa21602e9afb0088b06ba17f973b30d49cb5d";
rev = "cbd3cafe0a19d15f54e7915300b1142067d1c1bc";
};
propagatedBuildInputs = [
setuptools