mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-22 04:01:27 +00:00
API 2.0.3
This commit is contained in:
parent
0e553f8211
commit
bef86b0271
|
@ -25,10 +25,10 @@ let
|
|||
}:
|
||||
pythonPkgs.buildPythonApplication rec {
|
||||
pname = "selfprivacy-graphql-api";
|
||||
version = "2.0.2";
|
||||
version = "2.0.3";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "94891803635f91db1818eebc4208b86853edb28e";
|
||||
rev = "49571b6ef29776324d39ecfa0b92e04d5b1daf06";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
|
|
Loading…
Reference in a new issue