lol

python312Packages.gotenberg-client: 0.8.2 -> 0.9.0 (#374756)

https://github.com/stumpylog/gotenberg-client/blob/0.9.0/CHANGELOG.md

authored by

R. RyanTM and committed by
GitHub
4d2949e8 9095f372

+2 -2
+2 -2
pkgs/development/python-modules/gotenberg-client/default.nix
··· 9 9 }: 10 10 buildPythonPackage rec { 11 11 pname = "gotenberg-client"; 12 - version = "0.8.2"; 12 + version = "0.9.0"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.9"; ··· 18 18 owner = "stumpylog"; 19 19 repo = "gotenberg-client"; 20 20 tag = version; 21 - hash = "sha256-EMukzSY8nfm1L1metGhiEc9VqnI/vaLz7ITgbZi0fBw="; 21 + hash = "sha256-4tIkwfqFKERVQMB9nGwGfdMtxCWm3q4hrSWnEqA0qd8="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ hatchling ];