python311Packages.bitarray: 2.8.2 -> 2.8.3

Changelog: https://github.com/ilanschnell/bitarray/raw/2.8.3/CHANGE_LOG
This commit is contained in:
Fabian Affolter 2023-11-16 09:00:38 +01:00
parent ab3b6b5518
commit d44f7f273d

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "bitarray";
version = "2.8.2";
version = "2.8.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-+QsvRLWyM2TV+63iw0ZS4Vsfz+gTxG+CjgCPaKcJFg8=";
hash = "sha256-4VWHsr3xjTLrO6JfX1pRvt0NwGsxEqTFPated1O8ZYg=";
};
checkPhase = ''