python311Packages.gotenberg-client: 0.4.1 -> 0.5.0

This commit is contained in:
R. Ryantm 2024-01-14 12:48:59 +00:00
parent dd5621df6d
commit 02192dde3d

View file

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