[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72991] [PATCH 06/11] gnu: xfce4-settings: Update to 4.18.6.
From: |
iyzsong |
Subject: |
[bug#72991] [PATCH 06/11] gnu: xfce4-settings: Update to 4.18.6. |
Date: |
Tue, 3 Sep 2024 08:00:13 +0800 |
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (xfce4-settings): Update to 4.18.6.
Change-Id: I7aa5b4937f7402ac86058eb8d8b9c4366f8eadc8
---
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 f6d4559a6b..5de57d853c 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -675,7 +675,7 @@ (define-public xfce4-session
(define-public xfce4-settings
(package
(name "xfce4-settings")
- (version "4.18.4")
+ (version "4.18.6")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -683,7 +683,7 @@ (define-public xfce4-settings
name "-" version ".tar.bz2"))
(sha256
(base32
- "1p513i8zwc3glv2cf3x2abwm4hvdb7clamj19yadj2036v85a37i"))
+ "1zkvcsgx3bnk8gwcgwg7656pw5p9a4xl1fv4divddv96c0dhbafr"))
(patches (search-patches "xfce4-settings-defaults.patch"))))
(build-system gnu-build-system)
(arguments
--
2.45.2
- [bug#72991] [PATCH 00/11] xfce 4.18 updates, iyzsong, 2024/09/02
- [bug#72991] [PATCH 01/11] gnu: libxfce4util: Update to 4.18.2., iyzsong, 2024/09/02
- [bug#72991] [PATCH 08/11] gnu: xfce4-power-manager: Update to 4.18.4., iyzsong, 2024/09/02
- [bug#72991] [PATCH 04/11] gnu: xfce4-whiskermenu-plugin: Update to 2.8.3., iyzsong, 2024/09/02
- [bug#72991] [PATCH 05/11] gnu: xfce4-session: Update to 4.18.4., iyzsong, 2024/09/02
- [bug#72991] [PATCH 02/11] gnu: libxfce4ui: Update to 4.18.6., iyzsong, 2024/09/02
- [bug#72991] [PATCH 06/11] gnu: xfce4-settings: Update to 4.18.6.,
iyzsong <=
- [bug#72991] [PATCH 09/11] gnu: xfce4-notifyd: Update to 0.9.6., iyzsong, 2024/09/02
- [bug#72991] [PATCH 11/11] gnu: xfce4-screenshooter: Update to 1.11.1., iyzsong, 2024/09/02
- [bug#72991] [PATCH 07/11] gnu: thunar: Update to 4.18.11., iyzsong, 2024/09/02
- [bug#72991] [PATCH 10/11] gnu: xfburn: Update to 0.7.2., iyzsong, 2024/09/02
- [bug#72991] [PATCH 03/11] gnu: elementary-xfce-icon-theme: Update to 0.19., iyzsong, 2024/09/02
- bug#72991: [PATCH 00/11] xfce 4.18 updates, 宋文武, 2024/09/05