diff options
Diffstat (limited to '')
| -rw-r--r-- | pkgs/bookwyrm/unwrapped.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/bookwyrm/unwrapped.nix b/pkgs/bookwyrm/unwrapped.nix index 151a9b5..dce4279 100644 --- a/pkgs/bookwyrm/unwrapped.nix +++ b/pkgs/bookwyrm/unwrapped.nix @@ -5,7 +5,7 @@ python.pkgs.buildPythonApplication rec { pname = "bookwyrm-unwrapped"; - version = "0.7.5"; + version = "0.8.0"; format = "other"; @@ -13,7 +13,7 @@ python.pkgs.buildPythonApplication rec { owner = "bookwyrm-social"; repo = "bookwyrm"; rev = "refs/tags/v${version}"; - hash = "sha256-/oak9dEB2rR2z8b9oXVQ6+F2H7s0F5hVxmAlPdpaA0w="; + hash = "sha256-juJLl6yN/u5Tx9j2rgT6d+92U4QAqhxG/LFZlIQtFxA="; }; propagatedBuildInputs = with python.pkgs; [ @@ -40,7 +40,7 @@ python.pkgs.buildPythonApplication rec { markdown packaging pillow - psycopg2 + psycopg pycryptodome dateutil redis @@ -60,6 +60,7 @@ python.pkgs.buildPythonApplication rec { pyotp qrcode grpcio + ua-parser ]; postInstall = '' |
