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

python310Packages.pyorthanc: 1.12.3 -> 1.13.1
This commit is contained in:
OTABI Tomoya
2023-11-11 13:18:44 +09:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyorthanc";
version = "1.12.3";
version = "1.13.1";
disabled = pythonOlder "3.8";
format = "pyproject";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "gacou54";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-9+HP95OsJIXsLy+6m6fWECU3jXxY++C3wQJBcqnC+H0=";
hash = "sha256-LahLR+LbppcPKs0gPT2lEP48XG6pbGMvCBW/EwAIFDQ=";
};
nativeBuildInputs = [ pythonRelaxDepsHook poetry-core ];