Commit 82f8642e authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.ibis: 3.2.0 -> 3.3.0

parent e8014748
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "ibis";
  version = "3.2.0";
  version = "3.3.0";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
    owner = "dmulholl";
    repo = "ibis";
    rev = version;
    hash = "sha256-EPz9zHnxR75WoRaiHKJNiCRWFwU1TBpC4uHz62jUOqM=";
    hash = "sha256-9ELOAQhD6KXyTN2U0lGmNxxSzx9o2QIt+CNa6i8o5xs=";
  };

  checkPhase = ''