mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-12 22:23:17 +00:00
API version 2.1.3
This commit is contained in:
parent
a5b2538829
commit
1ac54cdc50
|
@ -26,10 +26,10 @@ let
|
|||
}:
|
||||
pythonPkgs.buildPythonApplication rec {
|
||||
pname = "selfprivacy-graphql-api";
|
||||
version = "2.1.2";
|
||||
version = "2.1.3";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "7c2e1dcf25763c45601e5df9e45df0820c94944c";
|
||||
rev = "b3a37e8b1fd50457b4d48b9421d77603437e6f2f";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
|
|
Loading…
Reference in a new issue