Unverified Commit 944012d0 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python311Packages.pyorthanc: 1.11.4 -> 1.11.5
parents f6528b39 60b08961
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "pyorthanc";
  version = "1.11.4";
  version = "1.11.5";
  disabled = pythonOlder "3.8";

  format = "pyproject";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "gacou54";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-HbNeI6KpdIoLwRx09qQGJ/iJGKnRj0Z4/mkgoXhofGA=";
    hash = "sha256-RZJ7BuQRJ+yaHFv9iq4uFvMtH8NvGvmpjmgmyvw9rGk=";
  };

  nativeBuildInputs = [ poetry-core ];
@@ -35,6 +35,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python library that wraps the Orthanc REST API";
    homepage = "https://github.com/gacou54/pyorthanc";
    changelog = "https://github.com/gacou54/pyorthanc/releases/tag/v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ bcdarwin ];
  };