Merge pull request #275532 from r-ryantm/auto-update/python310Packages.gotenberg-client

python310Packages.gotenberg-client: 0.3.0 -> 0.4.1
This commit is contained in:
Fabian Affolter 2023-12-20 11:28:41 +01:00 committed by GitHub
commit 2c19d7b41c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
}:
buildPythonPackage rec {
pname = "gotenberg-client";
version = "0.3.0";
version = "0.4.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "stumpylog";
repo = "gotenberg-client";
rev = "refs/tags/${version}";
hash = "sha256-xgkpVvklZrew+XOoqFKcbuDsTVfDda67R6YIxR3kzS8=";
hash = "sha256-mjVzwlawJojSHI7SSchUWLS320wXl1eHy7A7/IPU8mk=";
};
nativeBuildInputs = [