about summary refs log tree commit diff
path: root/pkgs/desktops/xfce
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-06-06 13:03:36 +0800
committerBobby Rong <rjl931189261@126.com>2023-06-06 13:15:36 +0800
commit181398d1de64d8b77005996158337426493254f4 (patch)
treea0a922c4c2843d2388eff9f745e8ed3556c39fab /pkgs/desktops/xfce
parentdd4982554e18b936790da07c4ea2db7c7600f283 (diff)
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
Diffstat (limited to 'pkgs/desktops/xfce')
-rw-r--r--pkgs/desktops/xfce/applications/xfce4-panel-profiles/default.nix6
1 files changed, 3 insertions, 3 deletions
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 ];