From 9d394245716e8ec3ce8c676db9dee763e6cacf82 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Fri, 5 Feb 2021 00:08:51 +0100 Subject: gnu: xfce4-cpugraph-plugin: Update to 1.2.1. * gnu/packages/xfce.scm (xfce4-cpugraph-plugin): Update to 1.2.1. Signed-off-by: Nicolas Goaziou --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/xfce.scm') diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index bc5fd9fee6..770e4d66ea 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1357,7 +1357,7 @@ A plugin for the Xfce panel is also available.") (define-public xfce4-cpugraph-plugin (package (name "xfce4-cpugraph-plugin") - (version "1.2.0") + (version "1.2.1") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/panel-plugins/" @@ -1366,7 +1366,7 @@ A plugin for the Xfce panel is also available.") "/xfce4-cpugraph-plugin-" version ".tar.bz2")) (sha256 (base32 - "19rdc3k085z7bv8365g26vz6iy9dx2f4x4q3wszsjmq5pvdxsrkq")))) + "0jljxyvxq4kmf5wz7wkq6wma4bq1qsnlv3lx6527lhcipnddynk1")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) -- cgit v1.2.3 From 127a88d390417d5d7b1b4a18c1b69c7169dcaf34 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Fri, 5 Feb 2021 00:12:09 +0100 Subject: gnu: xfce4-cpufreq-plugin: Update to 1.2.4. * gnu/packages/xfce.scm (xfce4-cpufreq-plugin): Update to 1.2.4. Signed-off-by: Nicolas Goaziou --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/xfce.scm') diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 770e4d66ea..08a2590bdf 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1501,7 +1501,7 @@ precedence rules, and the following functions and common constants.") (define-public xfce4-cpufreq-plugin (package (name "xfce4-cpufreq-plugin") - (version "1.2.3") + (version "1.2.4") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/panel-plugins/" @@ -1510,7 +1510,7 @@ precedence rules, and the following functions and common constants.") "/xfce4-cpufreq-plugin-" version ".tar.bz2")) (sha256 (base32 - "1g07rpbq61dbdz0zvvb0xz6ipympxadwknn5y5q3v85k0nr9qfbx")))) + "17kzy156xqnbk4apskg005p7r09q7zb8crifad5mbawc7ysihll1")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) -- cgit v1.2.3 From 0580fd1bae2da31d55496494cba707dc61f8ad5a Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Sun, 7 Feb 2021 14:46:12 +0100 Subject: gnu: xfce4-taskmanager: Update to 1.4.1. * gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.4.1. Signed-off-by: Efraim Flashner --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/xfce.scm') diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 08a2590bdf..9d8fead43c 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1069,7 +1069,7 @@ the desktop wallpaper.") (define-public xfce4-taskmanager (package (name "xfce4-taskmanager") - (version "1.4.0") + (version "1.4.1") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/apps/" @@ -1077,7 +1077,7 @@ the desktop wallpaper.") "xfce4-taskmanager-" version ".tar.bz2")) (sha256 (base32 - "0hvx7qqkiyq81axcbkqfv39bn84x8gjzrybq3w3hkz0mzkfq8mk5")))) + "0nsvjrsg8bc4wbqqq9y9r4nvdsz3443q0qz05k68qjdxwzyx4h8i")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) -- cgit v1.2.3 From 6724b3033c6190246c179df27ee78da5d8fa17f4 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Tue, 9 Feb 2021 15:02:52 +0100 Subject: gnu: xfce4-taskmanager: Update to 1.4.2. * gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.4.2. Signed-off-by: Efraim Flashner --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/xfce.scm') diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 9d8fead43c..42c68d9992 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1069,7 +1069,7 @@ the desktop wallpaper.") (define-public xfce4-taskmanager (package (name "xfce4-taskmanager") - (version "1.4.1") + (version "1.4.2") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/apps/" @@ -1077,7 +1077,7 @@ the desktop wallpaper.") "xfce4-taskmanager-" version ".tar.bz2")) (sha256 (base32 - "0nsvjrsg8bc4wbqqq9y9r4nvdsz3443q0qz05k68qjdxwzyx4h8i")))) + "1ya81si7xhqqbbc9lfcjg2i1pi1qdfw1pnjry7kf95f1w50244nd")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) -- cgit v1.2.3 From c97edf5d738017574b8690e1dd9a7d40997063d2 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Tue, 9 Feb 2021 15:08:17 +0100 Subject: gnu: thunar: Update to 4.16.3. * gnu/packages/xfce.scm (thunar): Update to 4.16.3. Signed-off-by: Efraim Flashner --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/xfce.scm') diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 42c68d9992..96a8fc7031 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -765,7 +765,7 @@ like appearance, display, keyboard and mouse settings.") (define-public thunar (package (name "thunar") - (version "4.16.2") + (version "4.16.3") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -773,7 +773,7 @@ like appearance, display, keyboard and mouse settings.") "thunar-" version ".tar.bz2")) (sha256 (base32 - "1pbspa31q4kgydjzmssahq3k0wcy10ma466dlsd2y69nqjc0pab7")))) + "0wpzs7r79aayg4zbxy514fbkabac1hhvw522cjjr453gva4xq92m")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) -- cgit v1.2.3