* Updated to upstream version 0.7.2. See <https://github.com/bookwyrm-social/bookwyrm/releases/tag/v0.7.2>. Note that upstream requires some Nginx configuration changes. Since the NixOS module here does not supply any Nginx configuration, these changes have to be applied by NixOS users of the module as well.
* Updated to upstream vesion 0.7.1. See <https://github.com/bookwyrm-social/bookwyrm/releases/tag/v0.7.1>
* Tweaked local poetry2nix overrides. If this causes problems, ensure Bookwyrm is being built against recent poetry2nix (the flake locked version works).
* Switched to separate flake input for poetry2nix, as poetry2nix is being dropped from Nixpkgs proper (see <https://github.com/NixOS/nixpkgs/pull/263308>). The overlay output of this flake remains unchanged, which means it will break on newer Nixpkgs master, unless the Nixpkgs it is used on is also overlaid with the poetry2nix overlay. The module output of this flake no longer overlays anything over the system Nixpkgs.
* The flake now outputs an overlay with `pkgs.bookwyrm`.
* The NixOS module now adds an overlay, and builds Bookwyrm through overlay. `services.bookwyrm.package` is now exposed to allow changing the Bookwyrm package used, so it is possible to pass the flake's `defaultPackage` down to it if so desired.