[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/35: gnu: xfce4-eyes-plugin: Update to 4.6.0.
From: |
guix-commits |
Subject: |
20/35: gnu: xfce4-eyes-plugin: Update to 4.6.0. |
Date: |
Sat, 28 Jan 2023 03:58:38 -0500 (EST) |
iyzsong pushed a commit to branch wip-xfce
in repository guix.
commit c30c8bb5a0774b3d2b7e7ec43b89763503071eca
Author: Feng Shu <tumashu@163.com>
AuthorDate: Sun Jan 1 06:15:07 2023 +0800
gnu: xfce4-eyes-plugin: Update to 4.6.0.
* gnu/packages/xfce.scm (xfce4-eyes-plugin): Update to 4.6.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
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 fc14146235..007f40589a 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1467,7 +1467,7 @@ core or CPU.")
(define-public xfce4-eyes-plugin
(package
(name "xfce4-eyes-plugin")
- (version "4.5.1")
+ (version "4.6.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1476,7 +1476,7 @@ core or CPU.")
"/xfce4-eyes-plugin-" version ".tar.bz2"))
(sha256
(base32
- "1iaszzkagl1mb0cdafrvlfjnjklhhs9y90517par34sjiqbq1dsd"))))
+ "092kmv2i0flg3zg622q0id70mz1kvlz27y12i5y3nfdsi1fz03xd"))))
(build-system gnu-build-system)
(native-inputs
(list intltool pkg-config))
- 21/35: gnu: xfce4-whiskermenu-plugin: Update to 2.7.2., (continued)
- 21/35: gnu: xfce4-whiskermenu-plugin: Update to 2.7.2., guix-commits, 2023/01/28
- 27/35: gnu: Add thunar-shares-plugin., guix-commits, 2023/01/28
- 17/35: gnu: xfce4-terminal: Fix build., guix-commits, 2023/01/28
- 29/35: gnu: Add thunar-vcs-plugin., guix-commits, 2023/01/28
- 32/35: gnu: xfce4-datetime-plugin: Update to 0.8.3., guix-commits, 2023/01/28
- 31/35: gnu: xfce4-notifyd: Update to 0.7.2., guix-commits, 2023/01/28
- 22/35: gnu: xfce4-places-plugin: Update to 1.8.3., guix-commits, 2023/01/28
- 24/35: gnu: thunar: Add a search path for THUNARX_DIRS., guix-commits, 2023/01/28
- 19/35: gnu: xfce4-cpugraph-plugin: Update to 1.2.7., guix-commits, 2023/01/28
- 35/35: gnu: xfce4-settings: Enable UPower support., guix-commits, 2023/01/28
- 20/35: gnu: xfce4-eyes-plugin: Update to 4.6.0.,
guix-commits <=