Update API to 1.2.1

rolling
Inex Code 2022-03-20 19:35:22 +03:00
parent 287d0835c1
commit 7193575c12
1 changed files with 2 additions and 2 deletions

View File

@ -22,10 +22,10 @@ let
}:
buildPythonPackage rec {
pname = "selfprivacy-api";
version = "1.2.0";
version = "1.2.1";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "72a9b115413a316c84e002d6b697ffd0139abb78";
rev = "4cbb08cb6e70f80d26e0abd0e3703c9c6411aef1";
};
propagatedBuildInputs = [
flask