From 06c6dae0756f1023bbb225c1d70dc5e92dc31808 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 24 Nov 2024 23:44:30 +0100 Subject: pkgs/bookwyrm: 0.7.2 → 0.7.4 passes the basic smoke test, nothing else done (doing this to distract myself & since people expressed interest in maybe trying to run an instance again). --- pkgs/bookwyrm.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'pkgs/bookwyrm.nix') diff --git a/pkgs/bookwyrm.nix b/pkgs/bookwyrm.nix index 7a5daec..a72176c 100644 --- a/pkgs/bookwyrm.nix +++ b/pkgs/bookwyrm.nix @@ -39,7 +39,7 @@ let bookwyrm = python.pkgs.buildPythonApplication rec { pname = "bookwyrm"; - version = "0.7.2"; + version = "0.7.4"; format = "other"; @@ -47,7 +47,7 @@ let owner = "bookwyrm-social"; repo = "bookwyrm"; rev = "refs/tags/v${version}"; - hash = "sha256-5QhIHpNUn65qTh7ARlnGfUESoxw8hqFaoS2D2z+OSlM="; + hash = "sha256-fhFgAsq859fbCvCw+QAioI5lW1c2k6rEiCxwFBGe7vE="; }; propagatedBuildInputs = with python.pkgs; [ @@ -63,6 +63,10 @@ let django-model-utils django-sass-processor django-csp + django-oauth-toolkit + django-storages + django-pgtrigger + s3-tar environs flower gunicorn -- cgit v1.2.3