python310Packages.pyorthanc: 1.12.3 -> 1.13.1

This commit is contained in:
R. Ryantm
2023-11-11 02:42:44 +00:00
parent 02f05fceed
commit 40babe6acf
@@ -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 ];