python310Packages.gotenberg-client: 0.3.0 -> 0.4.1

This commit is contained in:
R. Ryantm 2023-12-19 23:49:58 +00:00
parent 33793dfab8
commit 413973911c

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 = [