[bug#77584,0/4] Update greaseweazle-host-tools to 1.22.

Message ID 20250406182238.30690-1-ian@retrospec.tv
Headers
Series Update greaseweazle-host-tools to 1.22. |

Message

Ian Eure April 6, 2025, 6:22 p.m. UTC
  The new version requires a python-bitarray upgrade, which required some adjusting.  That package is used by greaseweazle-host-tools, ganeti, and python-pybloom-live.

Nothing in Guix uses python-pybloom-live.  It builds and its tests pass with python-bitarray 3.3.1.

The ganeti package has bitarray-related test failures with 3.3.1, so I maintained the existing 2.8.1 package as python-bitarray-2 and updated ganeti to use that.

Ian Eure (4):
  gnu: python-bitarray: Update to 3.3.1.
  gnu: Add python-bitarray-2.
  gnu: ganeti: Use python-bitarray-2.
  gnu: greaseweazle-host-tools: Update to 1.22.

 gnu/packages/disk.scm           | 11 ++++++++---
 gnu/packages/python-xyz.scm     | 15 +++++++++++++--
 gnu/packages/virtualization.scm |  2 +-
 3 files changed, 22 insertions(+), 6 deletions(-)