gnu: python-bitarray: Update to 1.4.0.
authorMarius Bakke <marius@gnu.org>
Tue, 14 Jul 2020 19:22:11 +0000 (21:22 +0200)
committerMarius Bakke <marius@gnu.org>
Tue, 14 Jul 2020 19:41:38 +0000 (21:41 +0200)
* gnu/packages/python-xyz.scm (python-bitarray): Update to 1.4.0.

gnu/packages/python-xyz.scm

index 6fe2ca0..d16f41d 100644 (file)
@@ -652,13 +652,13 @@ and verifies that it matches the intended target 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")