diff options
author | Marius Bakke <marius@gnu.org> | 2020-07-14 21:22:11 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-07-14 21:41:38 +0200 |
commit | ec6ee7d72ea80d12c6cbd468a0d214c1694bd103 (patch) | |
tree | c49b4960b38a31a4da2c53312ebe172fc5a5e100 /gnu | |
parent | 3b4bb631c3c28dd9d5390d93ca0be2629e544037 (diff) | |
download | guix-ec6ee7d72ea80d12c6cbd468a0d214c1694bd103.tar.gz |
gnu: python-bitarray: Update to 1.4.0.
* gnu/packages/python-xyz.scm (python-bitarray): Update to 1.4.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6fe2ca0a2e..d16f41d278 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") |