From 3123edc1da822562b859a479e206fea7a89ca387 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 18 Jun 2022 22:50:16 +0200 Subject: [PATCH] nwg-panel: update --- recipes-gtk/nwg-shell/nwg-panel_git.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/recipes-gtk/nwg-shell/nwg-panel_git.bb b/recipes-gtk/nwg-shell/nwg-panel_git.bb index 43f2469..3042c96 100644 --- a/recipes-gtk/nwg-shell/nwg-panel_git.bb +++ b/recipes-gtk/nwg-shell/nwg-panel_git.bb @@ -10,15 +10,16 @@ RDEPENDS:${PN} = "\ bash \ light \ python3 \ - python3-pygobject \ - python3-psutil \ python-i3ipc \ + python3-psutil \ + python3-pygobject \ + python3-requests \ swaync \ " inherit setuptools3 S = "${WORKDIR}/git" -PV = "0.6.5" -SRCREV = "cc2dc687a47123b959d67b3735c4c5727508eda2" +PV = "0.7.1" +SRCREV = "5affa736599d297ae354b1d9d420987a288e9e0a"