Merge pull request #261699 from r-ryantm/auto-update/python311Packages.pyorthanc

python311Packages.pyorthanc: 1.12.2 -> 1.12.3
This commit is contained in:
Nick Cao 2023-10-18 10:35:42 -04:00 committed by GitHub
commit a9ba47734d
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.12.2";
version = "1.12.3";
disabled = pythonOlder "3.8";
format = "pyproject";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "gacou54";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-kgCHPp0nsbhzNw/bKwDeDc1mMcmdJUBmZExTZ01nlZY=";
hash = "sha256-9+HP95OsJIXsLy+6m6fWECU3jXxY++C3wQJBcqnC+H0=";
};
nativeBuildInputs = [ pythonRelaxDepsHook poetry-core ];