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

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Sat, 16 Jul 2022 01:14:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#56588: closed ([PATCH] gnu: xfce4-settings: Update to 4.16.3.)
Date: Sat, 16 Jul 2022 01:20:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 15 Jul 2022 21:19:25 -0400
with message-id <877d4dua5e.fsf <at> gmail.com>
and subject line Re: bug#56588: [PATCH] gnu: xfce4-settings: Update to 4.16.3.
has caused the debbugs.gnu.org bug report #56588,
regarding [PATCH] gnu: xfce4-settings: Update to 4.16.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
56588: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56588
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH] gnu: xfce4-settings: Update to 4.16.3.
Date: Sat, 16 Jul 2022 03:13:36 +0200
* 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
-- 
2.37.0



[Message part 3 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 56588-done <at> debbugs.gnu.org
Subject: Re: bug#56588: [PATCH] gnu: xfce4-settings: Update to 4.16.3.
Date: Fri, 15 Jul 2022 21:19:25 -0400
Hi,

Michael Rohleder <mike <at> 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


This bug report was last modified 2 years and 310 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.