summary refs log tree commit diff
path: root/pkgs/development/python-modules/btrees
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-04 23:47:57 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-04 23:47:57 -0700
commit924108c5bff3d3e71a174959330800381ba9a42e (patch)
treed6e41f20b0bd5be2831657ae0b707b20b584193c /pkgs/development/python-modules/btrees
parent53328909da75752522c55f8d94c6553d740f9729 (diff)
downloadnixpkgs-924108c5bff3d3e71a174959330800381ba9a42e.tar
nixpkgs-924108c5bff3d3e71a174959330800381ba9a42e.tar.gz
nixpkgs-924108c5bff3d3e71a174959330800381ba9a42e.tar.bz2
nixpkgs-924108c5bff3d3e71a174959330800381ba9a42e.tar.lz
nixpkgs-924108c5bff3d3e71a174959330800381ba9a42e.tar.xz
nixpkgs-924108c5bff3d3e71a174959330800381ba9a42e.tar.zst
nixpkgs-924108c5bff3d3e71a174959330800381ba9a42e.zip
python37Packages.BTrees: 4.5.1 -> 4.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-btrees/versions
Diffstat (limited to 'pkgs/development/python-modules/btrees')
-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 665d5347bba..828e243af9c 100644
--- a/pkgs/development/python-modules/btrees/default.nix
+++ b/pkgs/development/python-modules/btrees/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "BTrees";
-  version = "4.5.1";
+  version = "4.6.0";
 
   buildInputs = [ transaction ];
   propagatedBuildInputs = [ persistent zope_interface ];
@@ -23,7 +23,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "dcc096c3cf92efd6b9365951f89118fd30bc209c9af83bf050a28151a9992786";
+    sha256 = "0bmkpg6z5z47p21340nyrfbdv2jkfp80yv085ndgbwaas1zi7ac9";
   };
 
   meta = with stdenv.lib; {