python3Packages.great-tables: 0.18.0 -> 0.19.0

This commit is contained in:
R. Ryantm
2025-10-08 17:19:55 +00:00
parent 59f9c6722b
commit 915b94482f
@@ -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 = [