python3Packages.btrees: 6.3 -> 6.5

https://github.com/zopefoundation/BTrees/blob/6.5/CHANGES.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:11 +02:00
parent 6b9565d1f7
commit 39f5970748

View File

@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "btrees";
version = "6.3";
version = "6.5";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-Fga9/6erKMaACYRUC2le7oSPbhWwFF2Fj/SwxiZOjtI=";
hash = "sha256-GHbK0OvKw/aNrc3KgBjqbLdrM0+Zkac6qFy7DLj9jPA=";
};
build-system = [ setuptools ];