diff options
author | Marius Bakke <marius@gnu.org> | 2023-09-07 22:06:11 +0800 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2023-09-08 18:53:47 +0800 |
commit | 963abdf05de996f3f18133b8f06ab457ecdd1848 (patch) | |
tree | aeddc950e076fa2da8caf9bda995998d3f0a77be /gnu/packages | |
parent | c14e115b8a927ffded33e5377b890d78672e9023 (diff) | |
download | guix-963abdf05de996f3f18133b8f06ab457ecdd1848.tar.gz guix-963abdf05de996f3f18133b8f06ab457ecdd1848.zip |
gnu: python-bitarray: Update to 2.8.1.
* gnu/packages/python-xyz.scm (python-bitarray): Update to 2.8.1.
Diffstat (limited to 'gnu/packages')
-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 a3b7b9fa60..304258b811 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2040,13 +2040,13 @@ and a list of words that are easier to remember for humans (the (define-public python-bitarray (package (name "python-bitarray") - (version "2.6.1") + (version "2.8.1") (source (origin (method url-fetch) (uri (pypi-uri "bitarray" version)) (sha256 (base32 - "0c4jli872nzix81n1xirnrghlq2fdsxb570d9rnfvxi1694sah44")))) + "1wy80bmhg33bpzn28g1n7s8r8f4drj7pcl4m2qb5sql8bbryx376")))) (build-system python-build-system) (arguments (list #:phases |