mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-29 07:21:28 +00:00
API version 2.3.1
This commit is contained in:
parent
70e09ecd39
commit
a5184a3f48
|
@ -26,10 +26,10 @@ let
|
|||
}:
|
||||
pythonPkgs.buildPythonApplication rec {
|
||||
pname = "selfprivacy-graphql-api";
|
||||
version = "2.3.0";
|
||||
version = "2.3.1";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "36e915907f3c02305f8d54f500f06cdabd5b78c3";
|
||||
rev = "b6c3607d315d5bd7f4bce06a43d75db5417eabe9";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
|
|
Loading…
Reference in a new issue