mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ganeti: Use python-bitarray-2.
Tests fail with the newer version of python-bitarray, so continue using 2.8.1. * gnu/packages/virtualization.scm (ganeti): [inputs]: Replace python-bitarray with python-bitarray-2. Change-Id: If2c70ca30770f5e3ecfd0fd8d2e1be918ef9f419
This commit is contained in:
parent
e18c66240a
commit
1c6aa45d9a
2 changed files with 2 additions and 2 deletions
|
@ -3715,7 +3715,7 @@ variable bit length encoding, you may find this module useful.")
|
|||
(uri (pypi-uri "bitarray" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ib35sxk46kw2adgikmy4vn9climr0dz99pqf2mia2idcyd232cc"))))))
|
||||
"1wy80bmhg33bpzn28g1n7s8r8f4drj7pcl4m2qb5sql8bbryx376"))))))
|
||||
|
||||
(define-public python-boolean.py
|
||||
(package
|
||||
|
|
|
@ -1094,7 +1094,7 @@ firmware blobs. You can
|
|||
python-pyparsing
|
||||
python-pyinotify
|
||||
python-pycurl
|
||||
python-bitarray
|
||||
python-bitarray-2
|
||||
python-paramiko
|
||||
python-psutil))
|
||||
(home-page "https://www.ganeti.org/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue