gnu: python-bitarray: Update to 3.3.1.

* gnu/packages/python-xyz.scm (python-bitarray): Update to 3.3.1.

Change-Id: I89b12ad734211cff07a74a0e68dc14ab7b9f8ea8
This commit is contained in:
Ian Eure 2025-04-06 11:27:33 -07:00 committed by Andreas Enge
parent 5dae752728
commit 3f99acb7ff
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -3675,13 +3675,13 @@ and a list of words that are easier to remember for humans (the
(define-public python-bitarray
(package
(name "python-bitarray")
(version "2.8.1")
(version "3.3.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "bitarray" version))
(sha256
(base32
"1wy80bmhg33bpzn28g1n7s8r8f4drj7pcl4m2qb5sql8bbryx376"))))
"0ib35sxk46kw2adgikmy4vn9climr0dz99pqf2mia2idcyd232cc"))))
(build-system python-build-system)
(arguments
(list #:phases