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 { pythonPkgs.buildPythonApplication rec {
pname = "selfprivacy-graphql-api"; pname = "selfprivacy-graphql-api";
version = "2.1.2"; version = "2.3.0";
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 = "1cefaefa3bbb3c23cbc94ad7f18e57977641caba"; rev = "ff70a3588e6a8b447d87341eb576851e1f213043";
ref = "restic-rewrite"; ref = "backups-forget";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
setuptools setuptools