mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-22 04:01:27 +00:00
API 2.0.5
This commit is contained in:
parent
c59ce2be35
commit
5650f3abf3
|
@ -25,10 +25,10 @@ let
|
|||
}:
|
||||
pythonPkgs.buildPythonApplication rec {
|
||||
pname = "selfprivacy-graphql-api";
|
||||
version = "2.0.4";
|
||||
version = "2.0.5";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "a7208c1a91d4903162a020faee5ee54fcab11fda";
|
||||
rev = "9a339729b7dfdb3a309493f27efacec9842f7c3e";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
|
|
Loading…
Reference in a new issue