Loading pkgs/development/python-modules/gotenberg-client/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ }: buildPythonPackage rec { pname = "gotenberg-client"; version = "0.6.0"; version = "0.7.0"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -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 ]; Loading Loading
pkgs/development/python-modules/gotenberg-client/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ }: buildPythonPackage rec { pname = "gotenberg-client"; version = "0.6.0"; version = "0.7.0"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -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 ]; Loading