python313Packages.bitarray: 3.6.0 -> 3.7.1

Changelog: https://github.com/ilanschnell/bitarray/raw/3.7.1/CHANGE_LOG
This commit is contained in:
Fabian Affolter
2025-09-10 19:52:43 +02:00
parent 9f0eb3375e
commit 3f7c2865fc
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "bitarray";
version = "3.6.0";
version = "3.7.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-IP68hJofhY5qV6fUezI/6ecnxXnd1SbTF62IMXSKZqg=";
hash = "sha256-eVsXYEGKt1CCZCCuJPBvOSwI4h3CNPCjaaacwARE+Ow=";
};
build-system = [ setuptools ];