python3Packages.intbitset: 4.0.0 -> 4.1.0

This commit is contained in:
R. Ryantm
2025-12-22 15:34:41 +00:00
parent 117dcbf470
commit 8a6af8133f
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "intbitset";
version = "4.0.0";
version = "4.1.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-wUHtqhwXuRwph1N+Jp2VWra9w5Zq89624eDSDtvQndI=";
hash = "sha256-cxRf8F5CJ8dlhf+FUGOLagg80TABC3gQRdga9Y97aSA=";
};
build-system = [ setuptools ];