mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-22 04:01:27 +00:00
API 2.0.9
This commit is contained in:
parent
4e5d16a99f
commit
d454a943e9
|
@ -25,10 +25,10 @@ let
|
|||
}:
|
||||
pythonPkgs.buildPythonApplication rec {
|
||||
pname = "selfprivacy-graphql-api";
|
||||
version = "2.0.8";
|
||||
version = "2.0.9";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "e387e30983844bd5bc5b18a6c55de9399539a871";
|
||||
rev = "7a1e8af8fe104d4c3b91c4cd1a873b2b36b1f7de";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
|
|
Loading…
Reference in a new issue