python3Packages.intbitset: 3.0.0 -> 3.0.1

This commit is contained in:
Martin Weinelt 2022-03-31 01:05:09 +02:00
parent b325b6fee0
commit a282bc0c67

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "intbitset";
version = "3.0.0";
version = "3.0.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-tDG3CAlTZvz9Pi2pLq0TEPhl3DyYuWQS1N6VNNNokEE=";
sha256 = "sha256-8ebQPGcpkioiPFGEnfZbnpFuYlrvuRF4Tn+azUwgfVM=";
};
checkInputs = [