python3Packages.bitarray: 3.7.1 -> 3.8.0

https://github.com/ilanschnell/bitarray/raw/3.8.0/CHANGE_LOG

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:32:08 +01:00
parent cfe76a8455
commit 29edd8a55d
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "bitarray";
version = "3.7.1";
version = "3.8.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-eVsXYEGKt1CCZCCuJPBvOSwI4h3CNPCjaaacwARE+Ow=";
hash = "sha256-Pq442v/XfJYhroDBaTLuo/s6SvFB+3zHJNStk+/5IQ0=";
};
build-system = [ setuptools ];