From 4e94af3d50b14f121988c80eca44792f63dec23f Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Sun, 17 May 2026 22:28:33 +0200 Subject: [PATCH] gaphor: 3.3.1 -> 3.3.2 changelog: https://github.com/gaphor/gaphor/blob/3.3.2/CHANGELOG.md diff: https://github.com/gaphor/gaphor/compare/3.3.0...3.3.2 --- pkgs/by-name/ga/gaphor/package.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ga/gaphor/package.nix b/pkgs/by-name/ga/gaphor/package.nix index 0718166c7761..fd0cd063667b 100644 --- a/pkgs/by-name/ga/gaphor/package.nix +++ b/pkgs/by-name/ga/gaphor/package.nix @@ -13,20 +13,21 @@ }: python3Packages.buildPythonApplication (finalAttrs: { pname = "gaphor"; - version = "3.3.1"; + version = "3.3.2"; pyproject = true; src = fetchFromGitHub { owner = "gaphor"; repo = "gaphor"; tag = finalAttrs.version; - hash = "sha256-oGOi1vyLOrElj/kbqHgPEyAwtVvVA3a1j9VSWMts/bM="; + hash = "sha256-oSPdWQcdt00SSdvlnAtPrsACBCiA4NlCE9Fwt4G9bjk="; }; pythonRelaxDeps = [ "pydot" "pygobject" "dulwich" + "jedi" ]; nativeBuildInputs = [