Commit 6c8cbda4 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.btrees: 5.0 -> 5.1

parent 41f3887a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "btrees";
  version = "5.0";
  version = "5.1";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "BTrees";
    inherit version;
    hash = "sha256-/d+KTcwCU+OQJ7qzgKLiDUeuNwoySFQW8qZq2a4aQ/o=";
    hash = "sha256-raDzHpMloEeV0dJOAn7ZsrZdpNZqz/i4eVWzUo1/w2k=";
  };

  propagatedBuildInputs = [