python311Packages.gotenberg-client: 0.4.1 -> 0.5.0
This commit is contained in:
parent
dd5621df6d
commit
02192dde3d
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "gotenberg-client";
|
pname = "gotenberg-client";
|
||||||
version = "0.4.1";
|
version = "0.5.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||||
owner = "stumpylog";
|
owner = "stumpylog";
|
||||||
repo = "gotenberg-client";
|
repo = "gotenberg-client";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-mjVzwlawJojSHI7SSchUWLS320wXl1eHy7A7/IPU8mk=";
|
hash = "sha256-38s7XLCh55uXxu/Go04Ku/m4xeqAAa2sRe4SiqIXolU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue