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