guix-commits
[Top][All Lists]
Advanced

[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))



reply via email to

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