This release mirrors the [official v0.123.4 patch release for Hugo](https://github.com/gohugoio/hugo/releases/tag/v0.123.4). For the changes incorporated into Hugo with this release, please refer to the [release notes](https://github.com/gohugoio/hugo/releases/tag/v0.123.4) for Hugo v0.123.4.
> [!TIP]
> This release switches to smaller, architecture-specific wheels for macOS instead of universal binaries, owing to lesser compression for `.whl` formats. This shall reduce the size of the download and the bandwidth required to obtain Hugo by half.
The release can be installed and used with the
bash
pip install hugo
command on Linux (amd64, aarch64), macOS (universal), and Windows (amd64).
What has changed
* Build smaller macOS wheels by agriyakhetarpal in https://github.com/agriyakhetarpal/hugo-python-distributions/pull/54
**Full range of commits**: https://github.com/agriyakhetarpal/hugo-python-distributions/compare/v0.123.3...v0.123.4