python3Packages.bitarray: 2.0.1 -> 2.1.0

This commit is contained in:
Fabian Affolter 2021-06-10 08:45:05 +02:00
parent b223fa619e
commit bbd7d2b887

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "bitarray";
version = "2.0.1";
version = "2.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-7DpPbXEaee0jrqlUFjjTNT3D8IPyk6ExgLFLSC4+Ge8=";
sha256 = "sha256-lyJKGTJezuSaO/TfPuBTHTr5zyiLZ9CJp+9Eo8TqODk=";
};
checkPhase = ''