python3Packages.gotenberg-client: 0.13.1 -> 0.14.0

This commit is contained in:
R. Ryantm
2026-03-16 06:29:09 +00:00
parent 1288b0905f
commit 587ea6e226
@@ -7,14 +7,14 @@
}:
buildPythonPackage rec {
pname = "gotenberg-client";
version = "0.13.1";
version = "0.14.0";
pyproject = true;
src = fetchFromGitHub {
owner = "stumpylog";
repo = "gotenberg-client";
tag = version;
hash = "sha256-JYb0+Dj4QowcN+I6MMoWlv+Q5YoK4nfzYB/UNwhnRu8=";
hash = "sha256-BS/QGapok9iaFNfI3G55F0H4CKHPHS85Qs4G6nt043s=";
};
build-system = [ hatchling ];