python3Packages.bitarray: 3.4.1 -> 3.4.3 (#411461)

This commit is contained in:
Weijia Wang
2025-06-28 18:00:30 +02:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "bitarray";
version = "3.4.1";
version = "3.4.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-5fqIcyu8+1Q37lVOGPhCqPbIa+c2VrBYDuFG/Tcxdsk=";
hash = "sha256-3d+yvwhrZq7BwBENxGZCtxYfWHpkQc/nTanjI5dfYvA=";
};
build-system = [ setuptools ];