python312Packages.great-tables: 0.16.1 -> 0.17.0

This commit is contained in:
R. Ryantm
2025-03-14 21:31:07 +00:00
parent 7d7f86a08e
commit eb153beb2a
@@ -34,14 +34,14 @@
buildPythonPackage rec {
pname = "great-tables";
version = "0.16.1";
version = "0.17.0";
pyproject = true;
src = fetchFromGitHub {
owner = "posit-dev";
repo = "great-tables";
tag = "v${version}";
hash = "sha256-Nx1q4UizewErEpMvJkGUcongu+HMkLLFmzdU6Lsm78A=";
hash = "sha256-2XTGLlhzn1gaj1oKPoSdmMrc6E97DsCWZL6Zpa0o8U0=";
};
build-system = [