mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-bitarray-2.
* gnu/packages/python-xyz.scm (python-bitarray-2): New variable. Change-Id: I211f067c83c957573a4762ab3e07a8dff7f7a316
This commit is contained in:
parent
3f99acb7ff
commit
e18c66240a
1 changed files with 11 additions and 0 deletions
|
@ -3706,6 +3706,17 @@ bitmap image files. Also, when dealing with compressed data which uses
|
|||
variable bit length encoding, you may find this module useful.")
|
||||
(license license:psfl)))
|
||||
|
||||
(define-public python-bitarray-2
|
||||
(package
|
||||
(inherit python-bitarray)
|
||||
(version "2.8.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "bitarray" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ib35sxk46kw2adgikmy4vn9climr0dz99pqf2mia2idcyd232cc"))))))
|
||||
|
||||
(define-public python-boolean.py
|
||||
(package
|
||||
(name "python-boolean.py")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue