python3Packages.intbitset: 4.0.0 -> 4.1.0 (#473339)

This commit is contained in:
Yohann Boniface
2025-12-22 22:54:16 +00:00
committed by GitHub
@@ -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 ];