From 181398d1de64d8b77005996158337426493254f4 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Tue, 6 Jun 2023 13:03:36 +0800 Subject: xfce.xfce4-panel-profiles: 1.0.13 -> 1.0.14 https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/compare/xfce4-panel-profiles-1.0.13...xfce4-panel-profiles-1.0.14 --- pkgs/desktops/xfce/applications/xfce4-panel-profiles/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/desktops/xfce') diff --git a/pkgs/desktops/xfce/applications/xfce4-panel-profiles/default.nix b/pkgs/desktops/xfce/applications/xfce4-panel-profiles/default.nix index bb8ff12c31372..f4a2a4ef0d448 100644 --- a/pkgs/desktops/xfce/applications/xfce4-panel-profiles/default.nix +++ b/pkgs/desktops/xfce/applications/xfce4-panel-profiles/default.nix @@ -2,14 +2,14 @@ gtk3, libxfce4ui, libxfce4util, pango, harfbuzz, gdk-pixbuf, atk }: let - pythonEnv = python3.withPackages(ps: [ ps.pygobject3 ]); + pythonEnv = python3.withPackages(ps: [ ps.pygobject3 ps.psutil ]); makeTypelibPath = lib.makeSearchPathOutput "lib/girepository-1.0" "lib/girepository-1.0"; in mkXfceDerivation { category = "apps"; pname = "xfce4-panel-profiles"; - version = "1.0.13"; + version = "1.0.14"; - sha256 = "sha256-B3Q5d3KBN5m8wY82CIbIugJC8nNS+OcgKchn+TGrDhc="; + sha256 = "sha256-mGA70t2U4mqEbcrj/DDsPl++EKWyZ8YXzKzzVOrH5h8="; nativeBuildInputs = [ intltool gettext ]; propagatedBuildInputs = [ pythonEnv ]; -- cgit 1.4.1