about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-07 23:03:02 +0100
committerGitHub <noreply@github.com>2024-03-07 23:03:02 +0100
commit02e2a3bec7533dcd0978430d7c675feb92a1bf55 (patch)
tree7fdd6229a3476861e855e4c5b4b68335f5c2d5a9 /pkgs
parentf439f9a2bbf0f359f42db990ffac137ae2a9cc0d (diff)
parent7d962a94e42e1b033afd5e1d51023bd431f1e83d (diff)
Merge pull request #287137 from r-ryantm/auto-update/python311Packages.btrees
python311Packages.btrees: 5.1 -> 5.2
Diffstat (limited to 'pkgs')
-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 232a7f62f44f1..bc61188b5902f 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 = "5.1";
+  version = "5.2";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "BTrees";
     inherit version;
-    hash = "sha256-raDzHpMloEeV0dJOAn7ZsrZdpNZqz/i4eVWzUo1/w2k=";
+    hash = "sha256-bkoK8BpLvslan5Mbr1xUWXn0NBoTp2Yf+KSXr089g4E=";
   };
 
   propagatedBuildInputs = [