diff options
author | Mira Ressel | 2025-05-04 19:39:00 +0200 |
---|---|---|
committer | Mira Ressel | 2025-05-04 19:39:42 +0200 |
commit | 08304348efaf1d26cb20746aa7942b5c91bcf555 (patch) | |
tree | c08bad6383574f95b88e0c1fe7680704ca6d4fb7 | |
parent | 8d9cce7847ed1162a01760cd7de92ab2ddded4de (diff) |
pkgs/bookwyrm: bump to 0.7.5
-rw-r--r-- | pkgs/bookwyrm.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/bookwyrm.nix b/pkgs/bookwyrm.nix index a72176c..92764ce 100644 --- a/pkgs/bookwyrm.nix +++ b/pkgs/bookwyrm.nix @@ -39,7 +39,7 @@ let bookwyrm = python.pkgs.buildPythonApplication rec { pname = "bookwyrm"; - version = "0.7.4"; + version = "0.7.5"; format = "other"; @@ -47,7 +47,7 @@ let owner = "bookwyrm-social"; repo = "bookwyrm"; rev = "refs/tags/v${version}"; - hash = "sha256-fhFgAsq859fbCvCw+QAioI5lW1c2k6rEiCxwFBGe7vE="; + hash = "sha256-/oak9dEB2rR2z8b9oXVQ6+F2H7s0F5hVxmAlPdpaA0w="; }; propagatedBuildInputs = with python.pkgs; [ |