me
/
guix
Archived
1
0
Fork 0

gnu: python-bitarray: Update to 2.8.1.

* gnu/packages/python-xyz.scm (python-bitarray): Update to 2.8.1.
master
Marius Bakke 2023-09-07 22:06:11 +08:00
parent c14e115b8a
commit 963abdf05d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -2040,13 +2040,13 @@ and a list of words that are easier to remember for humans (the
(define-public python-bitarray (define-public python-bitarray
(package (package
(name "python-bitarray") (name "python-bitarray")
(version "2.6.1") (version "2.8.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "bitarray" version)) (uri (pypi-uri "bitarray" version))
(sha256 (sha256
(base32 (base32
"0c4jli872nzix81n1xirnrghlq2fdsxb570d9rnfvxi1694sah44")))) "1wy80bmhg33bpzn28g1n7s8r8f4drj7pcl4m2qb5sql8bbryx376"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
(list #:phases (list #:phases