diff options
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index c506f5e463..a33c1998c3 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -15,6 +15,7 @@ ;;; Copyright © 2020 Jonathan Brielmaier <[email protected]> ;;; Copyright © 2020, 2021 Michael Rohleder <[email protected]> ;;; Copyright © 2021 Brendan Tildesley <[email protected]> +;;; Copyright © 2021 André A. Gomes <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -188,7 +189,7 @@ storage system.") (define-public libxfce4ui (package (name "libxfce4ui") - (version "4.16.0") + (version "4.16.1") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -196,7 +197,7 @@ storage system.") name "-" version ".tar.bz2")) (sha256 (base32 - "1anfj3n28abv9kbcpybs7q3k5g3c3d0r4xf4hyfqms2b9zlwj1lb")))) + "1xl52pjh7xi67qpv8800xrizf28r0bh1jm21va6hggznbap4csfr")))) (build-system gnu-build-system) (arguments `(#:configure-flags @@ -574,7 +575,7 @@ keys for controlling the audio volume.") (define-public xfce4-whiskermenu-plugin (package (name "xfce4-whiskermenu-plugin") - (version "2.5.2") + (version "2.6.0") (source (origin (method url-fetch) @@ -582,7 +583,7 @@ keys for controlling the audio volume.") "xfce4-whiskermenu-plugin/" (version-major+minor version) "/" "xfce4-whiskermenu-plugin-" version ".tar.bz2")) (sha256 - (base32 "05f53ycbszvw23g76pbdszfnqfk4f8w4imwfgljj140wzl50gxx6")))) + (base32 "0rnlhcfsbjj0n8m84jgqihp783hrkjdjfapqr7ia53mr0fjgcw9j")))) (build-system cmake-build-system) (native-inputs `(("pkg-config" ,pkg-config) @@ -781,7 +782,7 @@ like appearance, display, keyboard and mouse settings.") (define-public thunar (package (name "thunar") - (version "4.16.8") + (version "4.16.10") ;stable version = even minor (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -789,7 +790,7 @@ like appearance, display, keyboard and mouse settings.") "thunar-" version ".tar.bz2")) (sha256 (base32 - "159ircj0mahx54fqsr3l3ynk690zlpc6ar5pnyhhpk90s8la5303")))) + "14lwi4ax0wj77980kkfhdf18b97339b17y8qc8gl2365mgswh1gi")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) @@ -797,6 +798,7 @@ like appearance, display, keyboard and mouse settings.") (inputs `(("exo" ,exo) ("gobject-introspection" ,gobject-introspection) + ("gvfs" ,gvfs) ("libexif" ,libexif) ("libgudev" ,libgudev) ("libnotify" ,libnotify) |