Loading pkgs/development/python-modules/pyorthanc/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "pyorthanc"; version = "1.11.4"; version = "1.11.5"; disabled = pythonOlder "3.8"; format = "pyproject"; Loading @@ -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 ]; Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/pyorthanc/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "pyorthanc"; version = "1.11.4"; version = "1.11.5"; disabled = pythonOlder "3.8"; format = "pyproject"; Loading @@ -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 ]; Loading @@ -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 ]; }; Loading