python312Packages.gotenberg-client: 0.6.0 -> 0.7.0 (#347396)

This commit is contained in:
OTABI Tomoya
2024-10-14 18:08:22 +09:00
committed by GitHub
@@ -9,7 +9,7 @@
}:
buildPythonPackage rec {
pname = "gotenberg-client";
version = "0.6.0";
version = "0.7.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "stumpylog";
repo = "gotenberg-client";
rev = "refs/tags/${version}";
hash = "sha256-rF4msWYWgNUtOnMAB11vdAPNWZeAoeglnzMPWEM503I=";
hash = "sha256-pkxu9WIsyHW2iTepv5B2naKkK+yw8lT+i3EwobE+u1M=";
};
nativeBuildInputs = [ hatchling ];