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

https://github.com/stumpylog/gotenberg-client/blob/0.9.0/CHANGELOG.md
This commit is contained in:
R. RyanTM
2025-01-18 18:13:19 +01:00
committed by GitHub
parent 9095f3728a
commit 4d2949e87a
@@ -9,7 +9,7 @@
}:
buildPythonPackage rec {
pname = "gotenberg-client";
version = "0.8.2";
version = "0.9.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "stumpylog";
repo = "gotenberg-client";
tag = version;
hash = "sha256-EMukzSY8nfm1L1metGhiEc9VqnI/vaLz7ITgbZi0fBw=";
hash = "sha256-4tIkwfqFKERVQMB9nGwGfdMtxCWm3q4hrSWnEqA0qd8=";
};
nativeBuildInputs = [ hatchling ];