python312Packages.great-tables: 0.11.0 -> 0.11.1

This commit is contained in:
R. Ryantm
2024-09-21 02:15:45 +00:00
parent aff1070844
commit 7bc8fbcbe0
@@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "great-tables";
version = "0.11.0";
version = "0.11.1";
pyproject = true;
src = fetchFromGitHub {
owner = "posit-dev";
repo = "great-tables";
rev = "refs/tags/v${version}";
hash = "sha256-ccS//fSFa6sytKv0izRxIdnHoNICr7P90Eo+v62RmVA=";
hash = "sha256-IlukgnhOT8NF1WxRJCnNuNEI31DByWoNzbk/x458atA=";
};
build-system = [