nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.btrees: 6.0 -> 6.1

+3 -4
+3 -4
pkgs/development/python-modules/btrees/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "btrees"; 15 - version = "6.0"; 15 + version = "6.1"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.7"; 19 19 20 20 src = fetchPypi { 21 - pname = "BTrees"; 22 - inherit version; 23 - hash = "sha256-9puM3TNDThPhgCFruCrgt80x+t+3zFWWlcs3MZyjX/A="; 21 + inherit pname version; 22 + hash = "sha256-4YdG+GQYaaIPRTKMm1+X3GxxoRlZYDVq72O3X1yNRF8="; 24 23 }; 25 24 26 25 propagatedBuildInputs = [