python311Packages.bitarray: 2.8.3 -> 2.8.5

Changelog: https://github.com/ilanschnell/bitarray/raw/2.8.5/CHANGE_LOG
This commit is contained in:
Fabian Affolter
2023-12-12 09:21:30 +01:00
parent a46c5b471e
commit 3465e1d2e6

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