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 #11 received at 77584 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-bitarray-2): New variable.
Change-Id: I211f067c83c957573a4762ab3e07a8dff7f7a316
---
gnu/packages/python-xyz.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4ae7812f3a..bdd943d77a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3706,6 +3706,17 @@ (define-public python-bitarray
variable bit length encoding, you may find this module useful.")
(license license:psfl)))
+(define-public python-bitarray-2
+ (package
+ (inherit python-bitarray)
+ (version "2.8.1")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "bitarray" version))
+ (sha256
+ (base32
+ "0ib35sxk46kw2adgikmy4vn9climr0dz99pqf2mia2idcyd232cc"))))))
+
(define-public python-boolean.py
(package
(name "python-boolean.py")
--
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.