test 2.3.0

This commit is contained in:
Inex Code 2023-08-04 12:58:21 +03:00
parent e56ccb74b2
commit 98223f0d11
1 changed files with 3 additions and 3 deletions

View File

@ -26,11 +26,11 @@ let
}:
pythonPkgs.buildPythonApplication rec {
pname = "selfprivacy-graphql-api";
version = "2.1.2";
version = "2.3.0";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "1cefaefa3bbb3c23cbc94ad7f18e57977641caba";
ref = "restic-rewrite";
rev = "ff70a3588e6a8b447d87341eb576851e1f213043";
ref = "backups-forget";
};
propagatedBuildInputs = [
setuptools