mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-25 13:31:28 +00:00
API version 2.4.2
This commit is contained in:
parent
61cc26d67c
commit
5509bf1c84
|
@ -26,10 +26,10 @@ let
|
|||
}:
|
||||
pythonPkgs.buildPythonApplication rec {
|
||||
pname = "selfprivacy-graphql-api";
|
||||
version = "2.4.0";
|
||||
version = "2.4.2";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "86f9451b9b20d6b3db6789323821b1638d3fab4b";
|
||||
rev = "07aaa21602e9afb0088b06ba17f973b30d49cb5d";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
|
|
Loading…
Reference in a new issue