python310Packages.pyorthanc: 1.15.0 -> 1.16.0

This commit is contained in:
R. Ryantm 2023-12-22 02:16:16 +00:00
parent 02b3c06b1c
commit 44c4d83bf7

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyorthanc";
version = "1.15.0";
version = "1.16.0";
disabled = pythonOlder "3.8";
format = "pyproject";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "gacou54";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-2F5yXWqOwQM1i0AgCCr1j98jpZLA2D919Iex9WjKLuw=";
hash = "sha256-qwH3kJzJRHuuGW7tgcaQjT+JwDsAZksQDZciaJLC55Q=";
};
nativeBuildInputs = [ pythonRelaxDepsHook poetry-core ];