python3Packages.great-tables: 0.11.1 -> 0.12.0

https://github.com/posit-dev/great-tables/releases/tag/v0.12.0
This commit is contained in:
Martin Weinelt
2024-10-13 11:03:32 +02:00
parent 582d01338b
commit 0eb07f632a
@@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "great-tables";
version = "0.11.1";
version = "0.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "posit-dev";
repo = "great-tables";
rev = "refs/tags/v${version}";
hash = "sha256-IlukgnhOT8NF1WxRJCnNuNEI31DByWoNzbk/x458atA=";
hash = "sha256-+n8s8cmsQizEUuRGzFrOxhWL0C9OQO506msiHD58jGQ=";
};
build-system = [