API 1.2.5

master
Inex Code 2022-05-12 18:56:45 +03:00
parent f81b4ea832
commit 83b147a763
1 changed files with 2 additions and 2 deletions

View File

@ -22,10 +22,10 @@ let
}:
buildPythonPackage rec {
pname = "selfprivacy-api";
version = "1.2.4";
version = "1.2.5";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "36bf1a80bf924a0130480b316429ee6b42b8125b";
rev = "1ac5f7243312fac899caa53da25d34491790e685";
};
propagatedBuildInputs = [
flask