GNU bug report logs -
#77584
[PATCH 0/4] Update greaseweazle-host-tools to 1.22.
Previous Next
Reported by: Ian Eure <ian <at> retrospec.tv>
Date: Sun, 6 Apr 2025 18:23:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 77584 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-bitarray): Update to 3.3.1.
Change-Id: I89b12ad734211cff07a74a0e68dc14ab7b9f8ea8
---
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 dd5648a9d5..4ae7812f3a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3675,13 +3675,13 @@ (define-public python-bip39
(define-public python-bitarray
(package
(name "python-bitarray")
- (version "2.8.1")
+ (version "3.3.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "bitarray" version))
(sha256
(base32
- "1wy80bmhg33bpzn28g1n7s8r8f4drj7pcl4m2qb5sql8bbryx376"))))
+ "0ib35sxk46kw2adgikmy4vn9climr0dz99pqf2mia2idcyd232cc"))))
(build-system python-build-system)
(arguments
(list #:phases
--
2.49.0
This bug report was last modified 38 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.