python3Packages.bitarray: 3.4.1 -> 3.4.3

This commit is contained in:
R. Ryantm
2025-06-26 12:07:45 +00:00
parent fcde5a91e4
commit 51f47686d0
@@ -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 ];