mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-13 22:53:16 +00:00
API release 2.1.1
This commit is contained in:
parent
4958fa8f84
commit
746e8ad4ec
|
@ -26,10 +26,10 @@ let
|
|||
}:
|
||||
pythonPkgs.buildPythonApplication rec {
|
||||
pname = "selfprivacy-graphql-api";
|
||||
version = "2.1.0";
|
||||
version = "2.1.1";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||
rev = "e7a49e170dfb8624ab39f1217cd5ae651b87a099";
|
||||
rev = "1035f9215d72800a71b4918b71fb4eb633432f5f";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
setuptools
|
||||
|
|
Loading…
Reference in a new issue