API release 2.1.1

do-dns
Inex Code 2023-01-16 18:49:32 +03:00
parent 4958fa8f84
commit 746e8ad4ec
1 changed files with 2 additions and 2 deletions

View File

@ -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