python3Packages.gotenberg-client: 0.9.0 -> 0.10.0 (#403926)

authored by Sandro and committed by GitHub 9e1b7d01 229f484f

+3 -3
+3 -3
pkgs/development/python-modules/gotenberg-client/default.nix
··· 9 9 }: 10 10 buildPythonPackage rec { 11 11 pname = "gotenberg-client"; 12 - version = "0.9.0"; 12 + version = "0.10.0"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.9"; ··· 18 18 owner = "stumpylog"; 19 19 repo = "gotenberg-client"; 20 20 tag = version; 21 - hash = "sha256-4tIkwfqFKERVQMB9nGwGfdMtxCWm3q4hrSWnEqA0qd8="; 21 + hash = "sha256-eDYgKbNeNCIdENo6DVmcABRwP5JUMCJW7NtbPOA5aqg="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ hatchling ]; ··· 35 35 meta = with lib; { 36 36 description = "Python client for interfacing with the Gotenberg API"; 37 37 homepage = "https://github.com/stumpylog/gotenberg-client"; 38 - changelog = "https://github.com/stumpylog/gotenberg-client/blob/${version}/CHANGELOG.md"; 38 + changelog = "https://github.com/stumpylog/gotenberg-client/blob/${src.tag}/CHANGELOG.md"; 39 39 license = licenses.mpl20; 40 40 maintainers = with maintainers; [ leona ]; 41 41 };