python3Packages.pyroaring: 1.0.1 -> 1.0.2

This commit is contained in:
R. Ryantm
2025-07-07 02:08:28 +00:00
parent e4097b5575
commit aba5b003ca
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pyroaring";
version = "1.0.1";
version = "1.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "Ezibenroc";
repo = "PyRoaringBitMap";
tag = version;
hash = "sha256-Zs/MO1R4iBHDfTRVizMl6KyEWI6k2iDX7jAkBZs7kZE=";
hash = "sha256-g+xpQ2DuVn8b0DiIOY69QOH6iwOYHG4bltX1zbDemdI=";
};
build-system = [