guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: xfce4-clipman-plugin: Update to 1.6.4.


From: guix-commits
Subject: 04/09: gnu: xfce4-clipman-plugin: Update to 1.6.4.
Date: Tue, 1 Aug 2023 07:41:38 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 0bbeb1d0f2d93c7065cea68be624e668441cc533
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Tue Aug 1 19:29:40 2023 +0800

    gnu: xfce4-clipman-plugin: Update to 1.6.4.
    
    * gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.6.4.
---
 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 31dc750101..4673089563 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -471,7 +471,7 @@ applications menu, workspace switcher and more.")
 (define-public xfce4-clipman-plugin
   (package
     (name "xfce4-clipman-plugin")
-    (version "1.6.3")
+    (version "1.6.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/";
@@ -479,7 +479,7 @@ applications menu, workspace switcher and more.")
                                   "xfce4-clipman-plugin-" version ".tar.bz2"))
               (sha256
                (base32
-                "044s9hwl9pnygmfc5lk3ndf4ibjq829zpv4qxsf9bz0pcabiy771"))))
+                "1v5c1z154a46426198m3pl0fyrlsgfiqy4x9rvzcwzlp6lg5iplz"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool pkg-config))



reply via email to

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