python311Packages.bitarray: 2.8.1 -> 2.8.2

Changelog: https://github.com/ilanschnell/bitarray/raw/2.8.2/CHANGE_LOG
This commit is contained in:
Fabian Affolter 2023-10-10 09:17:37 +02:00
parent 72457c9fc5
commit ae1c4fd1a1

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "bitarray";
version = "2.8.1";
version = "2.8.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-5ozu81qIYl0WFpVQdo/MjTiUkT42PCTsv2uMB+sCyPM=";
hash = "sha256-+QsvRLWyM2TV+63iw0ZS4Vsfz+gTxG+CjgCPaKcJFg8=";
};
checkPhase = ''