mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-10-31 17:17:18 +00:00
Update API to 1.2.0
This commit is contained in:
parent
2053585e07
commit
287d0835c1
|
@ -22,10 +22,10 @@ let
|
|||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "selfprivacy-api";
|
||||
version = "1.1.1";
|
||||
version = "1.2.0";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "4f30017132af5b404dbf770d221bda1b4597ad41";
|
||||
rev = "72a9b115413a316c84e002d6b697ffd0139abb78";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
flask
|
||||
|
|
Loading…
Reference in a new issue