From 39f5970748b7620d86004b146232d351b21ab11e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 25 Aug 2026 01:24:11 +0200 Subject: [PATCH] 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. --- pkgs/development/python-modules/btrees/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/btrees/default.nix b/pkgs/development/python-modules/btrees/default.nix index 44c72f99228e..be61b780e45f 100644 --- a/pkgs/development/python-modules/btrees/default.nix +++ b/pkgs/development/python-modules/btrees/default.nix @@ -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 ];