Merge pull request #267835 from fabaff/bitarray-bump

python311Packages.bitarray: 2.8.2 -> 2.8.3
This commit is contained in:
Nick Cao 2023-11-16 09:50:46 -05:00 committed by GitHub
commit e6ef3b2bc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''