Unverified Commit 67b64d19 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

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

python310Packages.pyorthanc: 1.12.3 -> 1.13.1
parents 14067a62 40babe6a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];