guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56588: [PATCH] gnu: xfce4-settings: Update to 4.16.3.


From: Maxim Cournoyer
Subject: bug#56588: [PATCH] gnu: xfce4-settings: Update to 4.16.3.
Date: Fri, 15 Jul 2022 21:19:25 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hi,

Michael Rohleder <mike@rohleder.de> writes:

> * gnu/packages/xfce.scm (xfce4-settings): Update to 4.16.3.
> ---
>  gnu/packages/xfce.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
> index 323ecd3042..6aed4130c7 100644
> --- a/gnu/packages/xfce.scm
> +++ b/gnu/packages/xfce.scm
> @@ -693,7 +693,7 @@ (define-public xfce4-session
>  (define-public xfce4-settings
>    (package
>      (name "xfce4-settings")
> -    (version "4.16.2")
> +    (version "4.16.3")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "https://archive.xfce.org/src/xfce/";
> @@ -701,7 +701,7 @@ (define-public xfce4-settings
>                                    name "-" version ".tar.bz2"))
>                (sha256
>                 (base32
> -                "0zixl1yiksavp3a824hqczxx5q3l09f0ng37gxl5wlv0111cpmsd"))
> +                "0r4fmcmqzik9a1cflm3jck40pmbbgn8viffygq5jq54fdp9fd6gj"))
>                (patches (search-patches "xfce4-settings-defaults.patch"))))
>      (build-system gnu-build-system)
>      (arguments

Applied!

Thanks,

Maxim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]