Revert "python3Packages.gotenberg-client: 0.5.0 -> 0.6.0"

This reverts commit 8685708a28.

paperless-ngx is the only consumer and it breaks.
This commit is contained in:
K900
2024-07-02 11:34:22 +03:00
parent 90a2780029
commit 3cfa260ace
@@ -9,7 +9,7 @@
}:
buildPythonPackage rec {
pname = "gotenberg-client";
version = "0.6.0";
version = "0.5.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-38s7XLCh55uXxu/Go04Ku/m4xeqAAa2sRe4SiqIXolU=";
};
nativeBuildInputs = [ hatchling ];