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

python310Packages.pyorthanc: 1.13.1 -> 1.15.0
This commit is contained in:
Nick Cao 2023-12-05 09:32:29 -05:00 committed by GitHub
commit 68fe03e5cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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