API 1.2.2

rolling
Inex Code 2022-03-20 19:48:34 +03:00
parent 7193575c12
commit 87d061b337
1 changed files with 2 additions and 2 deletions

View File

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