about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-14 11:29:13 +0100
committerGitHub <noreply@github.com>2023-02-14 11:29:13 +0100
commit8c2b6383313dca75bb5a0863b8ab9029c740cea5 (patch)
treef74658168e19a8837004acdd9c806de775bda163
parent773e6e2b46867d93bff1ac2290019db45f5206bb (diff)
parent8b95213736651d625cd431960394c0db6267225c (diff)
Merge pull request #216279 from r-ryantm/auto-update/python310Packages.BTrees
python310Packages.BTrees: 4.11.3 -> 5.0
-rw-r--r--pkgs/development/python-modules/btrees/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/btrees/default.nix b/pkgs/development/python-modules/btrees/default.nix
index 69c663f9ce0bf..308bba80b31fc 100644
--- a/pkgs/development/python-modules/btrees/default.nix
+++ b/pkgs/development/python-modules/btrees/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "btrees";
-  version = "4.11.3";
+  version = "5.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "BTrees";
     inherit version;
-    hash = "sha256-kIUAsCD/mJsAlG+Kb2Vz84qbGAjQd+UuPc8Ej7FwwTo=";
+    hash = "sha256-/d+KTcwCU+OQJ7qzgKLiDUeuNwoySFQW8qZq2a4aQ/o=";
   };
 
   propagatedBuildInputs = [