Commit 0eb07f63 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.great-tables: 0.11.1 -> 0.12.0

parent 582d0133
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,14 +31,14 @@

buildPythonPackage rec {
  pname = "great-tables";
  version = "0.11.1";
  version = "0.12.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "posit-dev";
    repo = "great-tables";
    rev = "refs/tags/v${version}";
    hash = "sha256-IlukgnhOT8NF1WxRJCnNuNEI31DByWoNzbk/x458atA=";
    hash = "sha256-+n8s8cmsQizEUuRGzFrOxhWL0C9OQO506msiHD58jGQ=";
  };

  build-system = [