Merge pull request #273729 from fabaff/bitarray-bump

python311Packages.bitarray: 2.8.3 -> 2.8.5
This commit is contained in:
Benjamin Hipple 2023-12-17 10:25:59 -05:00 committed by GitHub
commit ab5993105a
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.3";
version = "2.8.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-4VWHsr3xjTLrO6JfX1pRvt0NwGsxEqTFPated1O8ZYg=";
hash = "sha256-t1ZP0hjMRHn38BBtNB4Jb3iQe0eGWu7/cCyAffGSfAE=";
};
checkPhase = ''