From 637dfcd83f164d3fe0f8bd52952672a1097398ed Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:17:36 +0100 Subject: [PATCH] python3Packages.pyorthanc: 1.18.0 -> 1.19.0 https://github.com/gacou54/pyorthanc/releases/tag/v1.19.0 --- pkgs/development/python-modules/pyorthanc/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pyorthanc/default.nix b/pkgs/development/python-modules/pyorthanc/default.nix index a3699ac65c85..09ef97b0b058 100644 --- a/pkgs/development/python-modules/pyorthanc/default.nix +++ b/pkgs/development/python-modules/pyorthanc/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "pyorthanc"; - version = "1.18.0"; + version = "1.19.0"; disabled = pythonOlder "3.8"; pyproject = true; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "gacou54"; repo = pname; tag = "v${version}"; - hash = "sha256-ObZjTiEB4a7ForsugzKZDdIsTEWOX1zbv53ZJ4AllHE="; + hash = "sha256-6//kmkurtaXRGvnYnk/kU2j9F6V1Aui6IEdl+3DHGH0="; }; build-system = [ poetry-core ]; @@ -36,7 +36,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}"; + changelog = "https://github.com/gacou54/pyorthanc/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ bcdarwin ]; };