Merge pull request #275944 from r-ryantm/auto-update/python310Packages.pyorthanc

python310Packages.pyorthanc: 1.15.0 -> 1.16.0
This commit is contained in:
Weijia Wang 2023-12-23 00:22:28 +01:00 committed by GitHub
commit 22ea4c79f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];