guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/11: gnu: python-bitarray: Update to 1.4.0.


From: guix-commits
Subject: 07/11: gnu: python-bitarray: Update to 1.4.0.
Date: Tue, 14 Jul 2020 16:02:44 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ec6ee7d72ea80d12c6cbd468a0d214c1694bd103
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jul 14 21:22:11 2020 +0200

    gnu: python-bitarray: Update to 1.4.0.
    
    * gnu/packages/python-xyz.scm (python-bitarray): Update to 1.4.0.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6fe2ca0..d16f41d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]