python3Packages.gotenberg-client: 0.12.0 -> 0.13.0 (#465222)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user