python3Packages.btrees: 6.2 -> 6.3 (#463300)

This commit is contained in:
dotlambda
2025-12-06 21:19:19 +00:00
committed by GitHub
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "btrees";
version = "6.2";
version = "6.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-SnxwN2aEfrD6tYrpudacyAWIy/1uNFcrur1FU+B5/is=";
hash = "sha256-Fga9/6erKMaACYRUC2le7oSPbhWwFF2Fj/SwxiZOjtI=";
};
build-system = [ setuptools ];