python312Packages.great-tables: 0.16.1 -> 0.17.0 (#389949)

This commit is contained in:
Fabian Affolter
2025-03-15 08:07:47 +01:00
committed by GitHub
@@ -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 = [