gnu: python-bitarray: Update to 1.4.0.

* gnu/packages/python-xyz.scm (python-bitarray): Update to 1.4.0.
This commit is contained in:
Marius Bakke 2020-07-14 21:22:11 +02:00
parent 3b4bb631c3
commit ec6ee7d72e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -652,13 +652,13 @@ (define-public python2-backport-ssl-match-hostname
(define-public python-bitarray
(package
(name "python-bitarray")
(version "1.2.1")
(version "1.4.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "bitarray" version))
(sha256
(base32
"1kxrlxfj9nrx512sfwifwl9z4v6ky3qschl0zmk3s3dvc3s7bmif"))))
"177fj6wbw5jln54wpp6plcqy2329wjkwqwvgz7022rrg3xfrq49g"))))
(build-system python-build-system)
(home-page "https://github.com/ilanschnell/bitarray")
(synopsis "Efficient arrays of booleans")