Unverified Commit 673b0794 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.great-tables: 0.18.0 -> 0.19.0 (#450003)

parents 7d064ad3 915b9448
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,14 +34,14 @@

buildPythonPackage rec {
  pname = "great-tables";
  version = "0.18.0";
  version = "0.19.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "posit-dev";
    repo = "great-tables";
    tag = "v${version}";
    hash = "sha256-AuhcIQGBroWa2+Rg6qLTtB4ulq+vvCoouPcTZcZhnbQ=";
    hash = "sha256-bxeVVBGLS1yUaEnySCu1Ty1+bmoygMwQzBHMmtzm/+U=";
  };

  build-system = [