python3Packages.gotenberg-client: 0.12.0 -> 0.13.0 (#465222)

This commit is contained in:
dotlambda
2025-12-07 00:38:08 +00:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
@@ -169,6 +169,7 @@ python.pkgs.buildPythonApplication rec {
pythonRelaxDeps = [
"django-allauth"
"python-dotenv"
"gotenberg-client"
"redis"
# requested by maintainer
"ocrmypdf"
@@ -9,14 +9,14 @@
}:
buildPythonPackage rec {
pname = "gotenberg-client";
version = "0.12.0";
version = "0.13.0";
pyproject = true;
src = fetchFromGitHub {
owner = "stumpylog";
repo = "gotenberg-client";
tag = version;
hash = "sha256-+beO1Pp+ikfk4gqpfvIEHCOPZGLanGX6Kw4mqJglJTI=";
hash = "sha256-OmLwApirJOIISsEl4S7FevJqQxFyeTsX3Bi1UBmWwUk=";
};
build-system = [ hatchling ];